Commit 369fcea913a5239c9f12d5b64c8a2f2727e637d9

Authored by David Mayerich
1 parent 3150c537

removed debugging output from the bsq->bip conversion

Showing 1 changed file with 0 additions and 2 deletions   Show diff stats
stim/envi/bsq.h
... ... @@ -374,7 +374,6 @@ public:
374 374  
375 375  
376 376 thread_data = (double)(y * Z() + z) / (Z() * Y()) * 100; //update the progress counter
377   - std::cout<<y<<","<<z<<" "<<thread_data<<std::endl;
378 377 }
379 378 target.write(reinterpret_cast<const char*>(xz_slice), xz_bytes); //write the generated XZ slice to the target file
380 379 }
... ... @@ -386,7 +385,6 @@ public:
386 385 free(xz_slice);
387 386 target.close();
388 387  
389   - std::cout<<"conversion finished"<<std::endl;
390 388 return true;
391 389 }
392 390  
... ...