Skip to content

Commit 62f7236

Browse files
committed
removal of testing code
1 parent 171e065 commit 62f7236

File tree

2 files changed

+1
-126
lines changed

2 files changed

+1
-126
lines changed

src/discord/src/client.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ struct RawClient(Arc<DiscordClient>);
7272
impl RawEventHandler for RawClient {
7373
async fn raw_event(&self, ctx: Context, ev: serenity::model::prelude::Event) {
7474
if let Event::Unknown(unk) = ev {
75-
writeln!(&mut File::create(unk.kind).unwrap(), "{:#?}", unk.value);
75+
// writeln!(&mut File::create(unk.kind).unwrap(), "{:#?}", unk.value);
7676
}
7777
}
7878
}

src/ui/src/_main.rs

Lines changed: 0 additions & 125 deletions
This file was deleted.

0 commit comments

Comments
 (0)