Skip to content

Commit a205d55

Browse files
committed
remove println
1 parent 93ed1db commit a205d55

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/kotlin/icu/takeneko/appwebterminal/support/MECraftingServiceView.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,7 @@ class MECraftingServiceView(
8383
this.incrementalUpdateHelper.reset()
8484
this.fullUpgradeSent = false
8585
this.craftingStatus = null
86-
println(cpu)
8786
val selection = CraftingCpuContainerHelper.create(cpu)
88-
println(selection)
8987
if (selection != null) {
9088
this.currentCpu = selection
9189
val keyCounter = this.currentCpu!!.getAllItems()

0 commit comments

Comments
 (0)