remove the debug line

i still don't know how to fix it..........
anyone please help me
This commit is contained in:
Chayapak 2023-06-12 16:46:25 +07:00
parent 7e232a4115
commit fd6dd2593b

View file

@ -118,8 +118,6 @@ public class Players extends Listener {
list.remove(duplicate);
}
System.out.println(newEntry.profile().getName() + " (" + newEntry.profile().getId() + ")");
list.add(new MutablePlayerListEntry(newEntry));
} catch (Exception e) {
e.printStackTrace();