remove debugging that snuck in
This commit is contained in:
parent
c1cf2c59bb
commit
7e3edab24b
1 changed files with 0 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue