Skip to content
Snippets Groups Projects
Commit d3fe5001 authored by Marin Karamihalev's avatar Marin Karamihalev
Browse files

cleanup for publishing

parent c3efc90c
No related branches found
Tags 0.3.10
No related merge requests found
Pipeline #94452 passed
...@@ -127,7 +127,6 @@ const convert = ( ...@@ -127,7 +127,6 @@ const convert = (
): [string, any, string | null] => { ): [string, any, string | null] => {
const id = msg.header.msgId; const id = msg.header.msgId;
msg.header.msgType = proto.header.MsgType[msg.header.msgType]; msg.header.msgType = proto.header.MsgType[msg.header.msgType];
console.log(JSON.stringify(msg, null, 2))
const converted = _convert(proto, msg); const converted = _convert(proto, msg);
if (isError(converted)) return [id, null, converted]; if (isError(converted)) return [id, null, converted];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment