eth: remove sync start debug message

This commit is contained in:
Felix Lange 2020-03-25 17:36:43 +01:00
parent a499518401
commit b556602e48

View file

@ -205,7 +205,6 @@ func (cs *chainSyncer) loop() {
for { for {
if op := cs.nextSyncOp(); op != nil { if op := cs.nextSyncOp(); op != nil {
log.Trace("Starting chain sync", "mode", op.mode, "peercount", cs.pm.peers.Len(), "id", op.peer.id)
cs.startSync(op) cs.startSync(op)
} }