]> Creatis software - clitk.git/blobdiff - common/clitkDicomRTStruct2ImageFilter.cxx
Remove cout
[clitk.git] / 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