diff --git a/UdpSocket.js b/UdpSocket.js index ad2dc97..73dca9f 100644 --- a/UdpSocket.js +++ b/UdpSocket.js @@ -120,8 +120,6 @@ UdpSocket.prototype.close = function() { } UdpSocket.prototype._onReceive = function(info) { - this._debug('received', info) - // from base64 string var buf = typeof Buffer === 'undefined' ? base64.toByteArray(info.data)