Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Frozen committed Jun 8, 2024
1 parent 3dd87ac commit eea35e8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions node/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -1007,12 +1007,6 @@ func (node *Node) StartPubSub() error {
}
}()

go func() {
for {
<-time.After(10 * time.Second)
fmt.Println("[^]", utils.GetPort(), node.Consensus.ShardID, node.Consensus.GetLastKnownSignPower())
}
}()
node.TraceLoopForExplorer()
return nil
}
Expand Down

0 comments on commit eea35e8

Please sign in to comment.