Skip to content

Commit

Permalink
fix message builder
Browse files Browse the repository at this point in the history
  • Loading branch information
erossignon committed Apr 6, 2014
1 parent dfc4466 commit 9ea2b81
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/message_builder.js
Expand Up @@ -75,7 +75,6 @@ MessageBuilder.prototype._save_decode_message_body = function(full_message_body,
catch(err) {
console.log(err);
console.log(err.stack);
console.log(" Cannot read message id= ",id);
console.log(hexDump(full_message_body));
packet_analyzer(full_message_body);

Expand Down Expand Up @@ -122,6 +121,8 @@ MessageBuilder.prototype._decode_message_body = function(full_message_body) {
console.log(err);
console.log(err.stack);
}
} else {
console.log(" Cannot read message id= ",id);
}
}
};
Expand Down

0 comments on commit 9ea2b81

Please sign in to comment.