mirror of
https://github.com/chatmail/core.git
synced 2026-04-28 10:56:29 +03:00
remove spurious print
This commit is contained in:
@@ -284,7 +284,6 @@ pub unsafe fn dc_context_unref(context: &mut Context) {
|
||||
}
|
||||
|
||||
pub unsafe fn dc_close(context: &Context) {
|
||||
println!("disconnecting inbox watch yooaa");
|
||||
info!(context, 0, "disconnecting INBOX-watch",);
|
||||
context.inbox.read().unwrap().disconnect(context);
|
||||
info!(context, 0, "disconnecting sentbox-thread",);
|
||||
|
||||
Reference in New Issue
Block a user