Skip to content

Commit

Permalink
Remove debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
Camotoy committed Aug 10, 2020
1 parent 6e80f22 commit a676e86
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ public static String getNewDimension(CompoundTag dimensionTag) {
return "minecraft:overworld";
}
if (dimensionTag.getValue().get("effects") != null) {
System.out.println(((StringTag) dimensionTag.getValue().get("effects")).getValue());
return ((StringTag) dimensionTag.getValue().get("effects")).getValue();
}
GeyserConnector.getInstance().getLogger().debug("Effects portion of the tag was null or empty.");
Expand Down

0 comments on commit a676e86

Please sign in to comment.