]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
#1141 Part is not deleted
authornds <nds@opencascade.com>
Mon, 21 Dec 2015 12:08:11 +0000 (15:08 +0300)
committernds <nds@opencascade.com>
Wed, 23 Dec 2015 04:53:05 +0000 (07:53 +0300)
it is not necessary warn here by DELETE message

src/XGUI/XGUI_DataModel.cpp

index 426779d2716290cdc938c80af61a7e325fe7fd81..fa38f0a1d4a129570bd723d9a2d22d54a2dee8fa 100644 (file)
@@ -214,11 +214,7 @@ void XGUI_DataModel::processEvent(const std::shared_ptr<Events_Message>& 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)) {