From c41a7d40404efe0d7b587ae42ad6082c8f5da00f Mon Sep 17 00:00:00 2001 From: Chaoscaot Date: Thu, 29 Apr 2021 12:30:09 +0200 Subject: [PATCH] Remove Debug Message --- .../src/de/steamwar/authlib/SteamwarGameProfileRepository.java | 1 - 1 file changed, 1 deletion(-) diff --git a/SpigotCore_Main/src/de/steamwar/authlib/SteamwarGameProfileRepository.java b/SpigotCore_Main/src/de/steamwar/authlib/SteamwarGameProfileRepository.java index 20bcc9c..3a4ebae 100644 --- a/SpigotCore_Main/src/de/steamwar/authlib/SteamwarGameProfileRepository.java +++ b/SpigotCore_Main/src/de/steamwar/authlib/SteamwarGameProfileRepository.java @@ -39,7 +39,6 @@ public class SteamwarGameProfileRepository implements GameProfileRepository { @Override public void findProfilesByNames(String[] strings, Agent agent, ProfileLookupCallback profileLookupCallback) { - System.out.println("Call!!"); if(agent == Agent.SCROLLS) { fallback.findProfilesByNames(strings, agent, profileLookupCallback); } else {