diff options
Diffstat (limited to 'peer.go')
-rw-r--r-- | peer.go | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -756,7 +756,6 @@ func (p *Peer) handleHandshake(msg *wire.Msg) { // Check correctness of p2p protocol version if p2pVersion != P2PVersion { - fmt.Println(p) peerlogger.Debugf("Invalid P2P version. Require protocol %d, received %d\n", P2PVersion, p2pVersion) p.Stop() return |