Skip to content

Commit aa253e9

Browse files
committed
remove container update logs
1 parent a1437b5 commit aa253e9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/main/kotlin/com/lambda/interaction/material/container/ContainerManager.kt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ import com.lambda.interaction.material.StackSelection.Companion.select
2929
import com.lambda.interaction.material.container.containers.ChestContainer
3030
import com.lambda.interaction.material.container.containers.EnderChestContainer
3131
import com.lambda.util.BlockUtils.blockEntity
32-
import com.lambda.util.Communication.info
3332
import com.lambda.util.extension.containerStacks
3433
import com.lambda.util.reflections.getInstances
3534
import net.minecraft.block.entity.BlockEntity
@@ -64,7 +63,6 @@ object ContainerManager : Loadable {
6463
is EnderChestBlockEntity -> {
6564
if (handler.type != ScreenHandlerType.GENERIC_9X3) return@listen
6665

67-
this@ContainerManager.info("Updating EnderChestContainer")
6866
EnderChestContainer.update(handler.containerStacks)
6967
}
7068

@@ -73,7 +71,6 @@ object ContainerManager : Loadable {
7371
if (handler.type != ScreenHandlerType.GENERIC_9X6) return@listen
7472
val stacks = handler.containerStacks
7573

76-
this@ContainerManager.info("Updating ChestContainer")
7774
containers
7875
.filterIsInstance<ChestContainer>()
7976
.find {

0 commit comments

Comments
 (0)