mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-21 11:31:08 +03:00
Minor log cleanup
This commit is contained in:
parent
cb0e0c4863
commit
3d2796bdd6
1 changed files with 0 additions and 6 deletions
|
@ -80,12 +80,6 @@ pub fn run_sync(
|
|||
let fast_sync_enabled =
|
||||
!archive_mode && highest_height.saturating_sub(head.height) > horizon;
|
||||
|
||||
debug!(LOGGER, "syncing: {}, fast: {}", syncing, fast_sync_enabled);
|
||||
debug!(
|
||||
LOGGER,
|
||||
"heights: {}, vs local {}", highest_height, header_head.height
|
||||
);
|
||||
|
||||
let current_time = time::now_utc();
|
||||
if syncing {
|
||||
// run the header sync every 10s
|
||||
|
|
Loading…
Reference in a new issue