From 839b0e87641b7d8ab34c5c822a29dad61f611200 Mon Sep 17 00:00:00 2001 From: Apehum <36326454+Apehum@users.noreply.github.com> Date: Sat, 28 Sep 2024 11:28:33 +0800 Subject: [PATCH] chore(mod): remove debug print --- .../src/main/kotlin/su/plo/slib/mod/channel/ModChannelManager.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/versions/src/main/kotlin/su/plo/slib/mod/channel/ModChannelManager.kt b/versions/src/main/kotlin/su/plo/slib/mod/channel/ModChannelManager.kt index 31940b6..e8a9fc2 100644 --- a/versions/src/main/kotlin/su/plo/slib/mod/channel/ModChannelManager.kt +++ b/versions/src/main/kotlin/su/plo/slib/mod/channel/ModChannelManager.kt @@ -51,7 +51,6 @@ class ModChannelManager : McServerChannelManager { //$$ fun onRegisterPayloadHandlers(event: RegisterPayloadHandlersEvent) { //$$ val registrar = event.registrar("0").optional() //$$ - //$$ println("Register codecs: $codecs") //$$ codecs.forEach { (channelKey, codec) -> //$$ registrar.playBidirectional( //$$ codec.type,