From: nds Date: Mon, 21 Dec 2015 12:08:11 +0000 (+0300) Subject: #1141 Part is not deleted X-Git-Tag: V_2.1.0~103 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=6accc6eb448f91b5eacf833dc792287228187f37;p=modules%2Fshaper.git #1141 Part is not deleted it is not necessary warn here by DELETE message --- diff --git a/src/XGUI/XGUI_DataModel.cpp b/src/XGUI/XGUI_DataModel.cpp index 426779d27..fa38f0a1d 100644 --- a/src/XGUI/XGUI_DataModel.cpp +++ b/src/XGUI/XGUI_DataModel.cpp @@ -214,11 +214,7 @@ void XGUI_DataModel::processEvent(const std::shared_ptr& theMess break; } } - } -#ifdef _DEBUG - else - Events_Error::send("Problem with Data Model definition of sub-document"); -#endif + } } } } else if (theMessage->eventID() == Events_Loop::loop()->eventByName(EVENT_OBJECT_UPDATED)) {