Commit 7d08e4f7 authored by obscuren's avatar obscuren

Remove log

parent 2ae3bda0
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment