diff --git a/Launcher/source-authlib/yggdrasil/YggdrasilAuthenticationService.java b/Launcher/source-authlib/yggdrasil/YggdrasilAuthenticationService.java index 13459f9..6a52253 100644 --- a/Launcher/source-authlib/yggdrasil/YggdrasilAuthenticationService.java +++ b/Launcher/source-authlib/yggdrasil/YggdrasilAuthenticationService.java @@ -4,7 +4,6 @@ import com.mojang.authlib.exceptions.AuthenticationException; import com.mojang.authlib.minecraft.MinecraftSessionService; import com.mojang.authlib.minecraft.UserApiService; -import launcher.helper.LogHelper; import java.net.Proxy; @@ -28,7 +27,6 @@ public YggdrasilAuthenticationService(final Proxy proxy, final String clientToken, final Environment environment) { this.environment = environment; this.proxy = proxy; - LogHelper.debug("Patched AuthenticationService created: '%s'", clientToken); } private static Environment determineEnvironment() {