mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-13 11:36:37 +00:00
Remove log
This commit is contained in:
parent
2ae3bda029
commit
7d08e4f7d1
1 changed files with 0 additions and 1 deletions
|
|
@ -109,7 +109,6 @@ func ReadMessages(conn net.Conn) (msgs []*Msg, err error) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
fmt.Println(n, len(buff))
|
|
||||||
if n == 0 && len(buff) == 0 {
|
if n == 0 && len(buff) == 0 {
|
||||||
// If there's nothing on the wire wait for a bit
|
// If there's nothing on the wire wait for a bit
|
||||||
time.Sleep(200 * time.Millisecond)
|
time.Sleep(200 * time.Millisecond)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue