forked from OpenGamers/abaddon
stop printing every event type
This commit is contained in:
parent
3610a2508b
commit
e8260c164f
@ -1335,7 +1335,6 @@ void DiscordClient::HandleGatewayMessage(std::string str) {
|
||||
HandleGatewayInvalidSession(m);
|
||||
} break;
|
||||
case GatewayOp::Dispatch: {
|
||||
puts(m.Type.c_str());
|
||||
auto iter = m_event_map.find(m.Type);
|
||||
if (iter == m_event_map.end()) {
|
||||
printf("Unknown event %s\n", m.Type.c_str());
|
||||
|
Loading…
Reference in New Issue
Block a user