From: David Sarrut Date: Wed, 21 Mar 2012 07:59:57 +0000 (+0100) Subject: Remove debug message X-Git-Tag: v1.3.0~52^2~39 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=477220f078d82fbcf976b0e4ca5c972a1a79bddd;p=clitk.git Remove debug message --- diff --git a/vv/vvMeshActor.cxx b/vv/vvMeshActor.cxx index bfc5343..4ace9bb 100644 --- a/vv/vvMeshActor.cxx +++ b/vv/vvMeshActor.cxx @@ -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(mTimeSlice)GetNumberOfMasks())