remove debugging that snuck in

This commit is contained in:
Josh Rickmar 2013-10-07 20:33:43 -04:00
parent c1cf2c59bb
commit 7e3edab24b

View file

@ -475,7 +475,6 @@ func BtcdHandshake(ws *websocket.Conn) {
replyHandlers.Lock()
replyHandlers.m[n] = func(result interface{}, err *btcjson.Error) bool {
fmt.Println("got reply")
fnet, ok := result.(float64)
if !ok {
log.Error("btcd handshake: result is not a number")