Browse Source

removed an unnecessary print statement

avadapal 2 years ago
parent
commit
947f19d506
1 changed files with 1 additions and 2 deletions
  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;