|
|
@ -48,9 +48,6 @@ var parseMessage = function(network, dataBuffer) { |
|
|
|
return; |
|
|
|
} |
|
|
|
|
|
|
|
console.log(command, 'FULL MESSAGE', dataBuffer.slice(0, messageLength).toString('hex')); |
|
|
|
console.log(command, 'PAYLOAD MESSAGE', payload.toString('hex')); |
|
|
|
|
|
|
|
dataBuffer.skip(messageLength); |
|
|
|
return Message.buildMessage(command, payload); |
|
|
|
}; |
|
|
|