mirror of
https://github.com/status-im/react-native-udp.git
synced 2025-01-27 09:14:52 +00:00
Merge pull request #18 from tradle/quieter
remove noisy message received log
This commit is contained in:
commit
cc35c46faf
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user