Hotfix: Remove console.log
This commit is contained in:
parent
005cf074fd
commit
e1f1f4b6f6
@ -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