Commit 17ae484b authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Remove bogus debug messages

parent dc60b611
......@@ -142,7 +142,6 @@ gnutls_SessionHandshake( tls_session_t *p_session, int fd )
gnutls_transport_set_ptr (p_sys->session, (gnutls_transport_ptr)fd);
msg_Dbg( p_session->p_tls, "shaking hand..." );
do
/* TODO: handle fatal error */
val = gnutls_handshake( p_sys->session );
......@@ -157,7 +156,6 @@ gnutls_SessionHandshake( tls_session_t *p_session, int fd )
free( p_session );
return NULL;
}
msg_Dbg( p_session->p_tls, "shaked hand." );
return p_session;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment