mirror of
https://github.com/mamoe/mirai.git
synced 2025-02-10 16:17:17 +08:00
Remove println
This commit is contained in:
parent
c93678a60b
commit
6952443776
@ -34,8 +34,6 @@ class MiraiGraphicalUIController : Controller(), MiraiConsoleUI {
|
||||
|
||||
override fun pushLog(identity: Long, message: String) = Platform.runLater {
|
||||
fun ObservableList<*>.trim() {
|
||||
println(size)
|
||||
println(settingModel.item.maxLongNum)
|
||||
if (size > settingModel.item.maxLongNum) {
|
||||
this.removeAt(0)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user