From d3fe500133074ac2a2475c4a1b31a28effbc6431 Mon Sep 17 00:00:00 2001 From: Marin Karamihalev <marin.karamihalev@iopsys.eu> Date: Wed, 19 Apr 2023 12:01:10 +0200 Subject: [PATCH] cleanup for publishing --- src/commands/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/commands/index.ts b/src/commands/index.ts index 8bf11dc..d49ab05 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]; -- GitLab