Removed critical println

This commit is contained in:
bytedream 2021-01-11 12:19:03 +01:00
parent bd11b2bf4e
commit dd191f0350

View File

@ -577,7 +577,6 @@ public class DiscordCommandListener extends ListenerAdapter {
short klasseId;
try {
channel.sendMessage("Verifying data...").queue();
System.out.println(args[0] + args[1] + server + schoolName);
Session session = Session.login(args[0], args[1], server, schoolName);
if (args.length == 3) {
klasseId = (short) session.getInfos().getKlasseId();