remove message log spam
This commit is contained in:
parent
ed236c0d53
commit
8b9a7a0bcc
1 changed files with 0 additions and 6 deletions
|
|
@ -104,12 +104,6 @@ async fn cmd_download(bot: Bot, msg: Message, url: String) -> HandlerResult {
|
|||
}
|
||||
|
||||
async fn handle_message(_bot: Bot, _dialogue: MyDialogue, msg: Message) -> HandlerResult {
|
||||
println!(
|
||||
"msg {} kind {:?} text {}",
|
||||
msg.id,
|
||||
msg.kind,
|
||||
msg.text().unwrap_or("<empty>")
|
||||
);
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue