mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +03:00
left-over error logging
This commit is contained in:
@@ -482,8 +482,6 @@ pub fn dc_msg_load_from_db<'a>(msg: *mut dc_msg_t<'a>, context: &'a Context, id:
|
|||||||
match res {
|
match res {
|
||||||
Ok(_) => true,
|
Ok(_) => true,
|
||||||
Err(err) => {
|
Err(err) => {
|
||||||
// error!(context, 0, "msg: load from db failed: {:?}", err);
|
|
||||||
panic!("msg: load from db failed: {:?}", err);
|
|
||||||
false
|
false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user