remove received noisy message received log

This commit is contained in:
Andy Prock 2016-01-13 14:43:56 -08:00
parent 8aae2a1e2c
commit acb9dbcbd6

View File

@ -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)