Merge pull request #18 from tradle/quieter

remove noisy message received log
This commit is contained in:
Mark Vayngrib 2016-01-13 20:23:09 -05:00
commit cc35c46faf

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)