]> Creatis software - clitk.git/commitdiff
Remove debug message
authorDavid Sarrut <david.sarrut@gmail.com>
Wed, 21 Mar 2012 07:59:57 +0000 (08:59 +0100)
committerDavid Sarrut <david.sarrut@gmail.com>
Wed, 21 Mar 2012 07:59:57 +0000 (08:59 +0100)
vv/vvMeshActor.cxx

index bfc5343f62484176c130c229e6a0491b910ea441..4ace9bb389239a1956477d035e51a8b7e8b48c95 100644 (file)
@@ -67,8 +67,8 @@ void vvMeshActor::Init(vvMesh::Pointer mesh,int time_slice,vvImage::Pointer vf)
 
 void vvMeshActor::SetCutSlice(double slice)
 {
-  DD("SetCutSlice");
-  DD(slice);
+  //DD("SetCutSlice");
+  //DD(slice);
   mCutSlice=slice;
   vtkImageData* mask;
   if (static_cast<unsigned int>(mTimeSlice)<mMesh->GetNumberOfMasks())