mirror of
https://github.com/status-im/react-native-udp.git
synced 2025-01-11 17:44:14 +00:00
remove received noisy message received log
This commit is contained in:
parent
8aae2a1e2c
commit
acb9dbcbd6
@ -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