forgot to comment out debug trace

This commit is contained in:
Jakkzero 2021-02-26 13:23:03 +00:00 committed by GitHub
parent 2bd05c8c3f
commit 63dd8398da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ class DiscordClient
{
DiscordRpc.process();
sleep(2);
trace("Discord Client Update");
//trace("Discord Client Update");
}
DiscordRpc.shutdown();