]> Creatis software - clitk.git/commitdiff
Remove cout
authortbaudier <thomas.baudier@creatis.insa-lyon.fr>
Thu, 12 Apr 2018 07:31:51 +0000 (09:31 +0200)
committertbaudier <thomas.baudier@creatis.insa-lyon.fr>
Thu, 12 Apr 2018 07:31:51 +0000 (09:31 +0200)
common/clitkDicomRTStruct2ImageFilter.cxx

index bf4d4c432d8649ba2c4c5566b356070cd708c535..86052170850c9a373294bb686574d60c94ce0d1f 100644 (file)
@@ -238,8 +238,6 @@ void clitk::DicomRTStruct2ImageFilter::Update()
     }
   }
 
-std::cout << "origin " << origin[0] << " " << origin[1] << " " << origin[2] << std::endl;
-std::cout << "extend " << extend[0] << " " << extend[1] << " " << extend[2] << std::endl;
   // Create new output image
   mBinaryImage = vtkSmartPointer<vtkImageData>::New();
 #if VTK_MAJOR_VERSION <= 5