|  | @@ -241,8 +241,6 @@ void register_new_client(
 | 
	
		
			
				|  |  |      char *filename = NULL;
 | 
	
		
			
				|  |  |      struct mg_connection *conn = NULL;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -    // std::cout << "STPK: " << std::hex << shortTermPublicKey << std::endl;
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  |      // Serialize the relevant data that needs to be sent
 | 
	
		
			
				|  |  |      std::stringstream buffer;
 | 
	
		
			
				|  |  |      std::string data;
 | 
	
	
		
			
				|  | @@ -250,8 +248,6 @@ void register_new_client(
 | 
	
		
			
				|  |  |      buffer << shortTermPublicKey;
 | 
	
		
			
				|  |  |      data = buffer.str();
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -    std::cout << "buffer length: " << data.length() << std::endl;
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  |      // Set up connection to a server
 | 
	
		
			
				|  |  |      std::unique_lock<std::mutex> lck(sync.mtx);
 | 
	
		
			
				|  |  |      sync.val = 0;
 |