mirror of
https://github.com/flibusta-apps/book_bot.git
synced 2025-12-06 15:35:35 +01:00
Remove log
This commit is contained in:
@@ -159,7 +159,6 @@ async fn send_with_download_from_channel(
|
|||||||
let download_file = match v {
|
let download_file = match v {
|
||||||
Some(v) => v,
|
Some(v) => v,
|
||||||
None => {
|
None => {
|
||||||
log::error!("File not found");
|
|
||||||
return Ok(());
|
return Ok(());
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user