From 0b98fcd38c85531e05ebd432078b4bfcb2ec35de Mon Sep 17 00:00:00 2001 From: takayama Date: Tue, 25 Aug 2020 08:37:58 +0900 Subject: [PATCH] comment out --- lib/packet/incoming.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/packet/incoming.js b/lib/packet/incoming.js index 43d9771e..85fc77e7 100644 --- a/lib/packet/incoming.js +++ b/lib/packet/incoming.js @@ -404,7 +404,7 @@ async function decodeGroupMessageEvent(blob, c) { user_id, nickname, card, sex, age, area, level, role, title }; const {chain, raw_message} = common.parseMessage(body.richText.elems); - console.log(util.inspect(chain, {depth: 20})); + // console.log(util.inspect(chain, {depth: 20})); // if (body.richText.ptt) {} if (!raw_message) return;