Explorar el Código

removed an unnecessary print statement

avadapal hace 2 años
padre
commit
947f19d506
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      heap.cpp

+ 1 - 2
heap.cpp

@@ -588,8 +588,7 @@ void Heap(MPCIO & mpcio,
     size_t n_inserts  = atoi(args[2]);
     size_t n_extracts = atoi(args[3]);
     int is_optimized  = atoi(args[4]);
-    std::cout << "print arguements " << std::endl;
-    std::cout << args[0] << std::endl;
+ 
     if ( * args) {
         depth = atoi( * args);
         ++args;