mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
eth: remove sync start debug message
This commit is contained in:
parent
a499518401
commit
b556602e48
1 changed files with 0 additions and 1 deletions
|
|
@ -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)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue