mirror of
https://github.com/bytedream/untisbot-discord.git
synced 2025-05-09 04:05:08 +02:00
Removed critical println
This commit is contained in:
parent
bd11b2bf4e
commit
dd191f0350
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user