Skip to content

Commit a60b998

Browse files
fix: 修复部分日志调试过程中未及时删除问题
1 parent 83c6dd0 commit a60b998

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "qq-bot-sdk",
3-
"version": "1.9.0",
3+
"version": "1.9.1",
44
"description": "QQ机器人nodeSDK",
55
"module": "es/index.js",
66
"main": "lib/index.js",

src/client/websocket/websocket.ts

-2
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,6 @@ export class Ws {
5959
createListening() {
6060
// websocket连接已开启
6161
this.ws.on('open', () => {
62-
console.log(this.config.logger.info("233"));
63-
6462
this.config.logger.info(`[CLIENT] 开启`);
6563
});
6664

0 commit comments

Comments
 (0)