mirror of
https://github.com/mamoe/mirai.git
synced 2025-03-30 01:40:29 +08:00
remove logs
This commit is contained in:
parent
5a1bbfa07c
commit
be01435834
@ -107,8 +107,6 @@ class MiraiGraphicalUIController : Controller(), MiraiConsoleUI {
|
||||
|
||||
|
||||
private fun ObservableList<*>.trim() {
|
||||
println(size)
|
||||
println(settingModel.item.maxLongNum)
|
||||
while (size > settingModel.item.maxLongNum) {
|
||||
this.removeAt(0)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user