From 5cac4b507615bddd4ab83ce3f5be96ccb6b4a6a1 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Wed, 17 Jul 2019 12:47:22 +0200 Subject: [PATCH] remove spurious print --- src/context.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/context.rs b/src/context.rs index ac8e7b4df..6911f7c1e 100644 --- a/src/context.rs +++ b/src/context.rs @@ -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",);