Revert "More logging for "core spams imap events""

This reverts commit 5394327bf6.
This commit is contained in:
Hocuri
2021-04-22 14:19:57 +02:00
parent a1ef32170d
commit 819775ac39
5 changed files with 9 additions and 19 deletions

View File

@@ -1505,8 +1505,7 @@ pub unsafe extern "C" fn dc_delete_msgs(
let ctx = &*context;
let msg_ids = convert_and_prune_message_ids(msg_ids, msg_cnt);
block_on(message::delete_msgs(&ctx, &msg_ids));
info!(&ctx, "verbose (issue 2335): ffi called dc_delete_msgs()");
block_on(message::delete_msgs(&ctx, &msg_ids))
}
#[no_mangle]