mute
This commit is contained in:
parent
7d4fcd5c89
commit
113433d505
@ -389,7 +389,6 @@ TcpSocket.prototype._write = function(buffer: any, encoding: ?String, callback:
|
||||
}
|
||||
|
||||
var str;
|
||||
console.log(buffer);
|
||||
if (typeof buffer === 'string') {
|
||||
self._debug('socket.WRITE(): encoding as base64');
|
||||
str = Base64Str.encode(buffer);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user