Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
SWvheerden committed Feb 17, 2025
1 parent ac09996 commit d8050ad
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions base_layer/core/src/validation/helpers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 `{}`",
Expand Down

0 comments on commit d8050ad

Please sign in to comment.