Remove DEBUG ifdef

This commit is contained in:
twinaphex 2018-08-08 04:51:03 +02:00
parent e6e35805a6
commit 1becd89699

View File

@ -69,9 +69,7 @@ void* ssl_socket_init(int fd, const char *domain)
state->domain = domain;
#ifdef DEBUG
mbedtls_debug_set_threshold(DEBUG_LEVEL);
#endif
mbedtls_net_init(&state->net_ctx);
mbedtls_ssl_init(&state->ctx);