From f43c1eadd7f8ffff3e79b8cdeb231f268ea70d8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=89=8B=E7=93=9C=E4=B8=80=E5=8D=81=E9=9B=AA?= Date: Fri, 21 Jun 2024 17:26:16 +0800 Subject: [PATCH] release: 1.5.9 --- src/onebot11/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/onebot11/main.ts b/src/onebot11/main.ts index 3941fd94..35b8f044 100644 --- a/src/onebot11/main.ts +++ b/src/onebot11/main.ts @@ -118,7 +118,7 @@ export class NapCatOnebot11 { // if (import.meta.env.MODE == 'development') { // logDebug(buf2hex(Buffer.from(protobufData))); // } - console.log(hex); + //console.log(hex); const sysMsg = SysData.fromBinary(Buffer.from(protobufData)); const peeruin = sysMsg.header[0].peerNumber; const peeruid = sysMsg.header[0].peerString;