diff --git a/base_layer/core/src/validation/helpers.rs b/base_layer/core/src/validation/helpers.rs index a986824662..81d3cb0776 100644 --- a/base_layer/core/src/validation/helpers.rs +++ b/base_layer/core/src/validation/helpers.rs @@ -114,11 +114,6 @@ pub fn check_header_timestamp_greater_than_median( median_timestamp, block_header.hash().to_hex() ); - warn!( - target: LOG_TARGET, - "{:?}", - timestamps - ); return Err(ValidationError::BlockHeaderError( BlockHeaderValidationError::InvalidTimestamp(format!( "The timestamp `{}` was less than the median timestamp `{}`",