We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93ed1db commit a205d55Copy full SHA for a205d55
src/main/kotlin/icu/takeneko/appwebterminal/support/MECraftingServiceView.kt
@@ -83,9 +83,7 @@ class MECraftingServiceView(
83
this.incrementalUpdateHelper.reset()
84
this.fullUpgradeSent = false
85
this.craftingStatus = null
86
- println(cpu)
87
val selection = CraftingCpuContainerHelper.create(cpu)
88
- println(selection)
89
if (selection != null) {
90
this.currentCpu = selection
91
val keyCounter = this.currentCpu!!.getAllItems()
0 commit comments