mirror of
https://github.com/mamoe/mirai.git
synced 2025-03-24 14:30:09 +08:00
Remove verbose test log
This commit is contained in:
parent
c8eac6aff4
commit
9534723ff7
@ -55,7 +55,7 @@ suspend fun main() {
|
||||
* 监听所有事件
|
||||
*/
|
||||
GlobalScope.subscribeAlways<Subscribable> {
|
||||
bot.logger.verbose("收到了一个事件: $this")
|
||||
//bot.logger.verbose("收到了一个事件: $this")
|
||||
}
|
||||
|
||||
GlobalScope.subscribeAlways<ReceiveFriendAddRequestEvent> {
|
||||
|
Loading…
Reference in New Issue
Block a user