removed debugging println

This commit is contained in:
FlorianMichael 2023-10-20 08:42:58 +02:00
parent fff800ec7d
commit 49f6b80d70
No known key found for this signature in database
GPG Key ID: C2FB87E71C425126

View File

@ -27,7 +27,6 @@ import java.util.Map;
public class MixinLoader implements IFMLLoadingPlugin {
public MixinLoader() {
System.out.println("Starting MixinBootstrap from IFMLLoadingPlugin");
MixinBootstrap.init();
Mixins.addConfiguration("mixins.viaforge.json");
MixinEnvironment.getDefaultEnvironment().setSide(MixinEnvironment.Side.CLIENT);