remove dbg stuff

Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
crueter 2025-10-25 01:28:58 -04:00
parent 8c7e28efb6
commit ad92813fec
No known key found for this signature in database
GPG Key ID: 425ACD2D4830EBC6
1 changed files with 0 additions and 3 deletions

View File

@ -13,7 +13,6 @@
#include <discord_rpc.h>
#include <fmt/format.h>
#include <qdebug.h>
#include "common/common_types.h"
#include "common/string_util.h"
@ -88,8 +87,6 @@ void DiscordImpl::UpdateGameStatus(bool use_default) {
presence.details = "Currently in game";
presence.startTimestamp = start_time;
Discord_UpdatePresence(&presence);
qDebug() << "game status updated";
}
void DiscordImpl::Update() {