From: dsarrut Date: Tue, 15 Feb 2011 10:39:06 +0000 (+0000) Subject: remove debug comment X-Git-Tag: v1.2.0~261 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=dc5463b1f63c99ca11ca8f5db0ddc7bed36e8d66;p=clitk.git remove debug comment --- diff --git a/common/vvImage.cxx b/common/vvImage.cxx index a51f1e6..951c2b3 100644 --- a/common/vvImage.cxx +++ b/common/vvImage.cxx @@ -54,7 +54,7 @@ void vvImage::Init() //-------------------------------------------------------------------- vvImage::~vvImage() { - DD("vvImage got deleted!"); + // DD("vvImage got deleted!"); Reset(); } //--------------------------------------------------------------------