mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-22 03:30:37 +00:00
remove prints from ethbackend (#6755)
This commit is contained in:
parent
aaec53857f
commit
d9937b5628
@ -279,11 +279,9 @@ func (s *EthBackendServer) stageLoopIsBusy() bool {
|
||||
select {
|
||||
case <-time.After(1 * time.Second):
|
||||
// timed out so just call done
|
||||
fmt.Println("hexo: timed out")
|
||||
wg.Done()
|
||||
case <-waiter:
|
||||
// state is now waiting so we're not busy
|
||||
fmt.Println("hexo: finished waiting")
|
||||
busy = false
|
||||
wg.Done()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user