Remove verbose test log

This commit is contained in:
Him188 2019-12-24 00:18:44 +08:00
parent c8eac6aff4
commit 9534723ff7

View File

@ -55,7 +55,7 @@ suspend fun main() {
* 监听所有事件
*/
GlobalScope.subscribeAlways<Subscribable> {
bot.logger.verbose("收到了一个事件: $this")
//bot.logger.verbose("收到了一个事件: $this")
}
GlobalScope.subscribeAlways<ReceiveFriendAddRequestEvent> {