From 3d2796bdd6089ae67948c13e1f4829bf09ba5578 Mon Sep 17 00:00:00 2001 From: Ignotus Peverell Date: Fri, 30 Mar 2018 18:22:01 +0100 Subject: [PATCH] Minor log cleanup --- grin/src/sync.rs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/grin/src/sync.rs b/grin/src/sync.rs index 8a5fe636c..ecfdb7b4f 100644 --- a/grin/src/sync.rs +++ b/grin/src/sync.rs @@ -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