diff --git a/src/main/java/us/tastybento/bskyblock/database/objects/adapters/PotionEffectListAdapter.java b/src/main/java/us/tastybento/bskyblock/database/objects/adapters/PotionEffectListAdapter.java index 75eb256f1..4efdcc366 100644 --- a/src/main/java/us/tastybento/bskyblock/database/objects/adapters/PotionEffectListAdapter.java +++ b/src/main/java/us/tastybento/bskyblock/database/objects/adapters/PotionEffectListAdapter.java @@ -10,7 +10,6 @@ public class PotionEffectListAdapter implements AdapterInterface deserialize(Object from) { - System.out.println("DEBUG: Deserializing "); List result = new ArrayList<>(); if (from instanceof ArrayList) { for (String type: (ArrayList)from) {