remove probe

This commit is contained in:
PolynomialDivision 2017-12-13 20:03:43 +01:00
parent 155180692c
commit 3fc9dc41d7
2 changed files with 9 additions and 9 deletions

View file

@ -149,7 +149,7 @@ void *receive_msg_enc(void *args) {
char *dec = gcrypt_decrypt_msg(base64_dec_str, base64_dec_length);
printf("NETRWORK RECEIVED: %s\n", dec);
//printf("NETRWORK RECEIVED: %s\n", dec);
free(base64_dec_str);
handle_network_msg(dec);