mirror of
https://github.com/bytedream/untisbot-discord.git
synced 2025-06-26 16:00:32 +02:00
Removed critical println
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user