From a24bf87c3083d84044be74fad6a4942ee1422b43 Mon Sep 17 00:00:00 2001 From: Edward Shen Date: Sat, 2 May 2020 16:54:44 -0400 Subject: [PATCH] remove debug message --- src/commands/mock.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/commands/mock.rs b/src/commands/mock.rs index 0a817cd..ea0636c 100644 --- a/src/commands/mock.rs +++ b/src/commands/mock.rs @@ -20,7 +20,6 @@ async fn mock(ctx: &Context, msg: &Message) -> CommandResult { content = (&content).replacen(word, &random_uppercase(word), 1); } } - // debug_say(msg, ctx, content).await?; msg.channel_id .send_message(ctx, |m| { m.content(content);