Remove dumping gateway events into stdout

This commit is contained in:
kozabrada123 2023-05-27 17:33:19 +02:00
parent 420624c428
commit e48047266a
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@ impl Gateway {
println!("GW: Received {}..", gateway_payload_t);
println!("Event data dump: {}", gateway_payload.d.clone().unwrap().get());
//println!("Event data dump: {}", gateway_payload.d.clone().unwrap().get());
// See https://discord.com/developers/docs/topics/gateway-events#receive-events
// "Some" of these are uncodumented