mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-24 19:55:17 +01:00
Removed debug
This commit is contained in:
parent
53bd51e2f5
commit
bcc0028671
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user