Skip to content

Commit 4133985

Browse files
committed
Remove leftover HypertaleInit debug
1 parent 924d24b commit 4133985

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

init/src/main/java/com/fox2code/hypertale/init/late/HookClassLoader.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ protected Class<?> findClass(String name) throws ClassNotFoundException {
7676
}
7777
}
7878
if (hytaleClass != null) {
79-
System.out.println("Loaded first class: " + hytaleClass.getName());
8079
return hytaleClass;
8180
}
8281
}

0 commit comments

Comments
 (0)