Skip to content

Commit

Permalink
Removed more debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
BrainStone committed May 7, 2017
1 parent 65c06db commit 2e9e81b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/java/world/jnc/invsync/util/InventorySerializer.java
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,6 @@ public static void deserializePlayer(Player player, byte[] data) throws IOExcept
}

if (Config.Values.Global.getDebug()) {
InventorySync.getLogger().info("" + potionEffects.isPresent());
InventorySync.getLogger().info("" + container.get(POTION_EFFECTS).get().getClass());

@Cleanup
ByteArrayOutputStream debug = new ByteArrayOutputStream();

Expand Down

0 comments on commit 2e9e81b

Please sign in to comment.