diff --git a/src/discord-rpc.cpp b/src/discord-rpc.cpp index b44dd49..9f8027f 100644 --- a/src/discord-rpc.cpp +++ b/src/discord-rpc.cpp @@ -51,7 +51,6 @@ extern "C" void Discord_UpdatePresence(const DiscordRichPresence* presence) extern "C" void Discord_Update() { while (auto frame = MyConnection->Read()) { - printf("got a message %d, %d, %s\n", frame->opcode, frame->length, frame->message); rapidjson::Document d; if (frame->length > 0) { d.ParseInsitu(frame->message);