Skip to content
This repository has been archived by the owner on Nov 2, 2023. It is now read-only.

Commit

Permalink
comment out
Browse files Browse the repository at this point in the history
  • Loading branch information
takayama-lily committed Aug 24, 2020
1 parent e31c1d5 commit 0b98fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/packet/incoming.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 0b98fcd

Please sign in to comment.