aboutsummaryrefslogtreecommitdiffstats
path: root/ethwire/messaging.go
diff options
context:
space:
mode:
Diffstat (limited to 'ethwire/messaging.go')
-rw-r--r--ethwire/messaging.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/ethwire/messaging.go b/ethwire/messaging.go
index 2b3836e9c..2ef53c003 100644
--- a/ethwire/messaging.go
+++ b/ethwire/messaging.go
@@ -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 there's nothing on the wire wait for a bit
time.Sleep(200 * time.Millisecond)