Hotfix: Remove console.log
This commit is contained in:
parent
ce862bb60d
commit
559a54584a
@ -48,9 +48,6 @@ var parseMessage = function(network, dataBuffer) {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log(command, 'FULL MESSAGE', dataBuffer.slice(0, messageLength).toString('hex'));
|
|
||||||
console.log(command, 'PAYLOAD MESSAGE', payload.toString('hex'));
|
|
||||||
|
|
||||||
dataBuffer.skip(messageLength);
|
dataBuffer.skip(messageLength);
|
||||||
return Message.buildMessage(command, payload);
|
return Message.buildMessage(command, payload);
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user