Minor log cleanup

This commit is contained in:
Ignotus Peverell 2018-03-30 18:22:01 +01:00
parent cb0e0c4863
commit 3d2796bdd6
No known key found for this signature in database
GPG key ID: 99CD25F39F8F8211

View file

@ -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