Skip to content

Commit

Permalink
Squelch spam in EventBus register, Closes #4102
Browse files Browse the repository at this point in the history
LexManos committed Jun 28, 2017

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent c3e5b4b commit ec318f8
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -33,8 +33,6 @@
import net.minecraftforge.fml.common.Loader;
import net.minecraftforge.fml.common.ModContainer;

import org.apache.logging.log4j.Level;

import com.google.common.base.Preconditions;
import com.google.common.base.Throwables;
import com.google.common.collect.MapMaker;
@@ -116,7 +114,7 @@ else if (!isStatic && Modifier.isStatic(method.getModifiers()))
}
catch (NoSuchMethodException e)
{
FMLLog.log.error("Could not find method '{}' on class '{}'", method.getName(), cls);
; // Eat the error, this is not unexpected
}
}
}

0 comments on commit ec318f8

Please sign in to comment.