Remove debug print

This commit is contained in:
osmarks 2018-11-15 17:44:43 +00:00
parent 909dabc9eb
commit f4050b4202
1 changed files with 0 additions and 1 deletions

View File

@ -32,7 +32,6 @@ pub fn main() {
.case_insensitivity(true)
.on_mention(true))
.help(help_commands::with_embeds)
.before(|_context, message, _command| { eprintln!("> {}", message.content); true })
.command("ping", |c| c.cmd(ping).desc("Says Pong.").known_as("test"))
.command("search", |c| c.cmd(search).desc("Executes a search using DuckDuckGo.").known_as("ddg"))
.command("eval", |c| c.cmd(eval).desc("Evaluates an arithmetic expression.").known_as("calc"))