Skip to content

Commit 5efed1d

Browse files
committed
[TWEAK] Remove unnecessary log message
1 parent fbf82b4 commit 5efed1d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/scala/io/iohk/ethereum/blockchain/sync/FastSync.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,6 @@ class FastSync(
604604
if (assignedHandlers.nonEmpty) {
605605
log.debug("There are no available peers, waiting for responses")
606606
} else {
607-
log.debug("There are no peers to download from, scheduling a retry in {}", syncRetryInterval)
608607
scheduler.scheduleOnce(syncRetryInterval, self, ProcessSyncing)
609608
}
610609
} else {

0 commit comments

Comments
 (0)