Browse Source

remove dbg stuff

Signed-off-by: crueter <crueter@eden-emu.dev>
fix/discord-rpc
crueter 2 months ago
parent
commit
ad92813fec
No known key found for this signature in database GPG Key ID: 425ACD2D4830EBC6
  1. 3
      src/qt_common/discord/discord_impl.cpp

3
src/qt_common/discord/discord_impl.cpp

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

Loading…
Cancel
Save