diff --git a/src/main/java/world/jnc/invsync/util/InventorySerializer.java b/src/main/java/world/jnc/invsync/util/InventorySerializer.java index 490c258..fd814ed 100644 --- a/src/main/java/world/jnc/invsync/util/InventorySerializer.java +++ b/src/main/java/world/jnc/invsync/util/InventorySerializer.java @@ -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();