diff --git a/lib/net/peer.js b/lib/net/peer.js index 7f9aeedb..c5794907 100644 --- a/lib/net/peer.js +++ b/lib/net/peer.js @@ -974,7 +974,6 @@ Peer.prototype._onPacket = function onPacket(packet) { return this._handleAuthPropose(payload); default: this.logger.warning('Unknown packet: %s.', cmd); - this.fire(cmd, payload); break; } };