Skip to content

Commit eaf12ea

Browse files
committed
refactor: remove debug
1 parent 9558b62 commit eaf12ea

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

proxy-velocity/src/main/kotlin/app/simplecloud/plugin/proxy/velocity/ProxyVelocityPlugin.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ class ProxyVelocityPlugin @Inject constructor(
5757

5858
fun deserializeToComponent(text: String, player: Player? = null): Component {
5959
val configureTagResolversEvent = this.proxyServer.eventManager.fire(ConfigureTagResolversEvent(player)).get()
60-
println("ss ${configureTagResolversEvent.tagResolvers.size}")
6160
return this.miniMessage.deserialize(
6261
text,
6362
*configureTagResolversEvent.tagResolvers.toTypedArray()

0 commit comments

Comments
 (0)