mirror of
https://github.com/mamoe/mirai.git
synced 2025-03-26 07:20:09 +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 {
|
override fun pushLog(identity: Long, message: String) = Platform.runLater {
|
||||||
fun ObservableList<*>.trim() {
|
fun ObservableList<*>.trim() {
|
||||||
println(size)
|
|
||||||
println(settingModel.item.maxLongNum)
|
|
||||||
if (size > settingModel.item.maxLongNum) {
|
if (size > settingModel.item.maxLongNum) {
|
||||||
this.removeAt(0)
|
this.removeAt(0)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user