From: David Sarrut Date: Fri, 30 Mar 2012 13:17:58 +0000 (+0200) Subject: Remove debug X-Git-Tag: v1.3.0~52^2~11 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=b789876528b76e7433d1e824f5e61ab8b00005f8;p=clitk.git Remove debug --- diff --git a/vv/vvToolBaseBase.h b/vv/vvToolBaseBase.h index c763010..37d974a 100644 --- a/vv/vvToolBaseBase.h +++ b/vv/vvToolBaseBase.h @@ -28,10 +28,8 @@ class QXmlStreamReader; class vvToolBaseBase { public: virtual ~vvToolBaseBase() { - DD("destrucotr vvToolBaseBase"); std::vector & v = mCreator->GetListOfTool(); v.erase(std::find(v.begin(), v.end(), this)); - DD("end dest"); }; virtual void SaveState(std::auto_ptr & m_XmlWriter);