Remove block comments

This commit is contained in:
Changhua 2023-05-05 14:14:02 +08:00
parent 145a8d7249
commit d40695e3f8

View File

@ -19,7 +19,7 @@ public class Main {
// 登录账号 wxid // 登录账号 wxid
logger.info("wxid: {}", client.getSelfWxid()); logger.info("wxid: {}", client.getSelfWxid());
/*
// 消息类型 // 消息类型
logger.info("message types: {}", client.getMsgTypes()); logger.info("message types: {}", client.getMsgTypes());
@ -57,6 +57,6 @@ public class Main {
thread.start(); thread.start();
// client.diableRecvMsg(); // 需要停止时调用 // client.diableRecvMsg(); // 需要停止时调用
client.keepRunning();*/ client.keepRunning();
} }
} }