left-over error logging

This commit is contained in:
holger krekel
2019-07-21 22:44:27 +02:00
parent 10148d2e43
commit 7ce337c6d0

View File

@@ -482,8 +482,6 @@ pub fn dc_msg_load_from_db<'a>(msg: *mut dc_msg_t<'a>, context: &'a Context, id:
match res {
Ok(_) => true,
Err(err) => {
// error!(context, 0, "msg: load from db failed: {:?}", err);
panic!("msg: load from db failed: {:?}", err);
false
}
}