mirror of
https://github.com/TotalFreedomMC/TF-LibsDisguises.git
synced 2025-02-15 13:11:23 +00:00
Don't do debug
This commit is contained in:
parent
8506fc087a
commit
c5322072ae
1 changed files with 0 additions and 2 deletions
|
@ -66,8 +66,6 @@ public class CompileMethods {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
System.out.println("Now processing " + c.getName());
|
|
||||||
|
|
||||||
if (c != FlagWatcher.class) {
|
if (c != FlagWatcher.class) {
|
||||||
addClass(classes, c.getSuperclass());
|
addClass(classes, c.getSuperclass());
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue