Explorar o código

removed an unnecessary print statement

avadapal %!s(int64=2) %!d(string=hai) anos
pai
achega
947f19d506
Modificáronse 1 ficheiros con 1 adicións e 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;