Removed debug

This commit is contained in:
tastybento 2018-05-30 20:27:41 -07:00
parent 53bd51e2f5
commit bcc0028671

View File

@ -10,7 +10,6 @@ public class PotionEffectListAdapter implements AdapterInterface<List<PotionEffe
@SuppressWarnings("unchecked")
@Override
public List<PotionEffectType> deserialize(Object from) {
System.out.println("DEBUG: Deserializing ");
List<PotionEffectType> result = new ArrayList<>();
if (from instanceof ArrayList) {
for (String type: (ArrayList<String>)from) {