Browse Source

Removing some unnecessary debug printfs

Sajin Sasy 1 year ago
parent
commit
4e1907fadc
1 changed files with 0 additions and 6 deletions
  1. 0 6
      Enclave/config.cpp

+ 0 - 6
Enclave/config.cpp

@@ -26,12 +26,6 @@ bool ecall_config_load(threadid_t nthreads, bool private_routing,
     g_teems_config.private_routing = private_routing;
     memcpy(g_teems_config.clients_aes_key, apiparams->client_aes_key, SGX_AESGCM_KEY_SIZE);
 
-    printf("\n\nClient AES key test:\n");
-    for(int i = 0; i<SGX_AESGCM_KEY_SIZE; i++) {
-        printf("%d", g_teems_config.clients_aes_key[i]);
-    }
-    printf("\n\n");
-
     // Temporary vectors to store node numbers for nodes of different
     // types, where the node numbers are smaller than our own node
     // number