Commit 9534723f authored by Him188's avatar Him188

Remove verbose test log

parent c8eac6af
...@@ -55,7 +55,7 @@ suspend fun main() { ...@@ -55,7 +55,7 @@ suspend fun main() {
* 监听所有事件 * 监听所有事件
*/ */
GlobalScope.subscribeAlways<Subscribable> { GlobalScope.subscribeAlways<Subscribable> {
bot.logger.verbose("收到了一个事件: $this") //bot.logger.verbose("收到了一个事件: $this")
} }
GlobalScope.subscribeAlways<ReceiveFriendAddRequestEvent> { GlobalScope.subscribeAlways<ReceiveFriendAddRequestEvent> {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment