remove superflous debug attempts

This commit is contained in:
holger krekel
2019-07-01 20:11:35 +02:00
parent 384822b5eb
commit 183a49eca0
4 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,6 @@ use crate::dc_strencode::*;
use crate::dc_tools::*;
use crate::imap::*;
use crate::oauth2::*;
use crate::types::*;
use crate::x::*;
/* ******************************************************************************

View File

@@ -49,8 +49,6 @@ impl Smtp {
/// Connect using the provided login params
pub fn connect(&mut self, context: &Context, lp: *const dc_loginparam_t) -> usize {
info!(context, 0, "SMTP ***************** CONNECT");
if lp.is_null() {
return 0;
}