mirror of
https://github.com/chatmail/core.git
synced 2026-04-24 00:46:30 +03:00
remove superflous debug attempts
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user