Skip to content

Commit a02db1c

Browse files
Left a debug in there :(
1 parent d0e5b4d commit a02db1c

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

type.generic/src/main/java/net/swofty/types/generic/item/ItemConfigParser.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,6 @@ public static ConfigurableSkyBlockItem parseItem(Map<String, Object> config) {
3939
List<String> lore = (List<String>) config.get("lore");
4040
Map<String, Double> statistics = new HashMap<>();
4141

42-
if (id.startsWith("HOT")){
43-
System.out.println(id);
44-
}
45-
4642
if (config.containsKey("default_statistics")) {
4743
// Convert all the objects to doubles, noting they may be integers
4844
for (Map.Entry<String, Object> entry : ((Map<String, Object>) config.get("default_statistics")).entrySet()) {

0 commit comments

Comments
 (0)