mirror of
https://github.com/chatmail/core.git
synced 2026-05-16 21:36:30 +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) {
|
pub unsafe fn dc_close(context: &Context) {
|
||||||
println!("disconnecting inbox watch yooaa");
|
|
||||||
info!(context, 0, "disconnecting INBOX-watch",);
|
info!(context, 0, "disconnecting INBOX-watch",);
|
||||||
context.inbox.read().unwrap().disconnect(context);
|
context.inbox.read().unwrap().disconnect(context);
|
||||||
info!(context, 0, "disconnecting sentbox-thread",);
|
info!(context, 0, "disconnecting sentbox-thread",);
|
||||||
|
|||||||
Reference in New Issue
Block a user