Skip to content

Commit

Permalink
Update EnumExtra.java
Browse files Browse the repository at this point in the history
  • Loading branch information
nicho92 authored Oct 29, 2024
1 parent e8bff21 commit 630ff16
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/org/magic/api/beans/enums/EnumExtra.java
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ public static EnumExtra parseByLabel(String s)
if(e.getMtgjsonname().equalsIgnoreCase(s))
return e;
}

System.out.println(s);
return null;

}
Expand Down

0 comments on commit 630ff16

Please sign in to comment.