remove IN SYNC log every 5 second (#295)

pull/296/head
chaosma 6 years ago committed by GitHub
parent a78d42cc0a
commit 7b1578be59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      node/node.go

@ -304,7 +304,6 @@ func (node *Node) DoSyncing() {
// in current implementation logic, timeout means in sync
case <-time.After(5 * time.Second):
node.stateMutex.Lock()
node.log.Info("[SYNC] Node is now IN SYNC!")
node.State = NodeReadyForConsensus
node.stateMutex.Unlock()
continue

Loading…
Cancel
Save