From b1399f9ed5e569a7f74c04d361b265db3fc48f4f Mon Sep 17 00:00:00 2001 From: Chris Marsh Date: Thu, 13 Jul 2017 10:11:09 -0700 Subject: [PATCH] yup --- src/discord-rpc.cpp | 1 - 1 file changed, 1 deletion(-) 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);