1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2025-12-22 03:03:18 +00:00

Removed debug line

This commit is contained in:
Bryan Roe
2021-01-23 00:44:32 -08:00
parent 4daedfd081
commit 9bb81b946a

View File

@@ -1214,7 +1214,6 @@ void ILibProcessAsyncSocket(struct ILibAsyncSocketModule *Reader, int pendingRea
// TODO: We should probably do something
break;
case 1:
printf("SSL_handshake() SUCCESS\n");
Reader->SSLConnect = Reader->TLSHandshakeCompleted = 1;
if (Reader->OnConnect != NULL)
{