Skip to content

Commit 5f1122b

Browse files
author
DiamondIceNS
committed
Remove forgotten debug log statement
1 parent a5f41df commit 5f1122b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

discordbridge-core/src/main/kotlin/gg/obsidian/discordbridge/command/controller/BotControllerManager.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,6 @@ class BotControllerManager {
385385
when (event) {
386386
is MinecraftChatEventWrapper -> {
387387
var worldname = event.player.getWorld().getName()
388-
DiscordBridge.logger.info(worldname)
389388

390389
// Get world alias if Multiverse is installed
391390
if (DiscordBridge.isMultiverse) {

0 commit comments

Comments
 (0)