Browse Source

remove logs

jiahua.liu 6 years ago
parent
commit
be01435834

+ 0 - 2
mirai-console-graphical/src/main/kotlin/net/mamoe/mirai/console/graphical/controller/MiraiGraphicalUIController.kt

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