diff --git a/src/commands/index.ts b/src/commands/index.ts index 8bf11dc92d0b31921d498862f1dad4865ca9c938..d49ab05176ce5073d1c32fc77e5d7c56656fd1c1 100644 --- a/src/commands/index.ts +++ b/src/commands/index.ts @@ -127,7 +127,6 @@ const convert = ( ): [string, any, string | null] => { const id = msg.header.msgId; msg.header.msgType = proto.header.MsgType[msg.header.msgType]; - console.log(JSON.stringify(msg, null, 2)) const converted = _convert(proto, msg); if (isError(converted)) return [id, null, converted];