Skip to content

Commit

Permalink
Remove forgotten debug log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
DiamondIceNS committed Feb 7, 2018
1 parent a5f41df commit 5f1122b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,6 @@ class BotControllerManager {
when (event) {
is MinecraftChatEventWrapper -> {
var worldname = event.player.getWorld().getName()
DiscordBridge.logger.info(worldname)

// Get world alias if Multiverse is installed
if (DiscordBridge.isMultiverse) {
Expand Down

0 comments on commit 5f1122b

Please sign in to comment.