Commit 58f9fa9589e16342768cf5e94f02d3a25da906e0
1 parent
2dab37c6
remove unwanted debugging statement
Showing
1 changed file
with
0 additions
and
1 deletions
java/common/com/mumfrey/liteloader/core/LiteLoaderMods.java
@@ -612,7 +612,6 @@ public class LiteLoaderMods | @@ -612,7 +612,6 @@ public class LiteLoaderMods | ||
612 | */ | 612 | */ |
613 | private void onPostInitMod(LiteMod instance) | 613 | private void onPostInitMod(LiteMod instance) |
614 | { | 614 | { |
615 | - System.err.println("on post init mod " + instance.getName()); | ||
616 | for (ModLoadObserver observer : this.observers) | 615 | for (ModLoadObserver observer : this.observers) |
617 | { | 616 | { |
618 | observer.onPostInitMod(instance); | 617 | observer.onPostInitMod(instance); |