From 6accc6eb448f91b5eacf833dc792287228187f37 Mon Sep 17 00:00:00 2001 From: nds Date: Mon, 21 Dec 2015 15:08:11 +0300 Subject: [PATCH] #1141 Part is not deleted it is not necessary warn here by DELETE message --- src/XGUI/XGUI_DataModel.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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)) { -- 2.39.2