1
0
mirror of https://github.com/mamoe/mirai.git synced 2025-03-30 01:40:29 +08:00

remove logs

This commit is contained in:
jiahua.liu 2020-03-29 23:25:57 +08:00
parent 5a1bbfa07c
commit be01435834

View File

@ -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)
}