mirror of
https://github.com/chatmail/core.git
synced 2026-04-20 23:16:30 +03:00
remove println
This commit is contained in:
@@ -1281,7 +1281,6 @@ pub async fn set_msg_failed(context: &Context, msg_id: MsgId, error: Option<impl
|
||||
}),
|
||||
Err(e) => {
|
||||
error!(context, "{:?}", e);
|
||||
println!("{:?}", e)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user