mirror of
https://github.com/libretro/RetroArch
synced 2025-03-21 04:21:13 +00:00
Remove DEBUG ifdef
This commit is contained in:
parent
e6e35805a6
commit
1becd89699
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user