Minor tweak for the DiscordThread (removed printStackTrace)

master
Mijago 2018-06-04 17:18:34 +02:00
parent e763b61a42
commit 2d6ce502e6
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ public class DiscordThread implements Runnable {
try {
sleep(1000 * 60);
} catch (InterruptedException e) {
e.printStackTrace();
// Ignore this as we now stop the thread
}
}
DiscordIntegrationLogger.Log("Stopped update thread");