forked from MirrorHub/authlib-injector
Remove msg 'Launched from premain'
This commit is contained in:
parent
c2bc0704a1
commit
6b9ead4491
1 changed files with 0 additions and 1 deletions
|
@ -16,7 +16,6 @@ public class AuthlibInjectorPremain {
|
|||
|
||||
public static void premain(String arg, Instrumentation instrumentation) {
|
||||
try {
|
||||
Logging.LAUNCH.info("Launched from premain");
|
||||
initInjector(arg, instrumentation, false);
|
||||
} catch (Throwable e) {
|
||||
Logging.LAUNCH.log(Level.SEVERE, "An exception has occurred, exiting", e);
|
||||
|
|
Loading…
Reference in a new issue