mirror of
https://github.com/celisej567/abaddon.git
synced 2026-09-06 20:15:19 +03:00
stop printing every event type
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user