Remove log

This commit is contained in:
2024-05-24 01:23:34 +02:00
parent 548b3d66d7
commit bc46eff90f

View File

@@ -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(());
}, },
}; };