From ca67ac4481ce308d42ab33defdee2e54e2ca82ab Mon Sep 17 00:00:00 2001 From: PandaNinjas Date: Wed, 22 Feb 2023 17:19:39 +0000 Subject: Update Main.java --- src/main/java/gq/malwarefight/tokenapp/Main.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main/java/gq/malwarefight/tokenapp/Main.java b/src/main/java/gq/malwarefight/tokenapp/Main.java index 6f13c86..17592c0 100644 --- a/src/main/java/gq/malwarefight/tokenapp/Main.java +++ b/src/main/java/gq/malwarefight/tokenapp/Main.java @@ -28,7 +28,6 @@ public class Main { sessionService = (YggdrasilMinecraftSessionService) yas.createMinecraftSessionService(); HttpsURLConnection httpsURLConnection = (HttpsURLConnection) (new URL( "https://api.minecraftservices.com/minecraft/profile").openConnection()); - System.out.println("CHILD PROCESS: " + token); httpsURLConnection.setRequestProperty("Authorization", "Bearer " + token); String response = Utils.readString(httpsURLConnection.getInputStream(), null); JsonObject jsonObject = new JsonParser().parse(response).getAsJsonObject(); @@ -72,4 +71,4 @@ public class Main { } } } - \ No newline at end of file + -- cgit