Salome HOME
Unit test for ConnectorAPI/ConnectorAPI_Connector.cpp
[modules/shaper.git] / src / ConnectorAPI / ConnectorAPI_Connector.cpp
index 1aa191693986e3c06f5f75a80332134489f8cab1..7662f41979e37ca0f4dca3eed71eb8e0749f4103 100644 (file)
@@ -14,5 +14,4 @@ void exportToGEOM(const std::shared_ptr<ModelAPI_Document> & thePart)
 {
   // TODO(spo): check that thePart is not empty
   std::shared_ptr<ModelAPI_Feature> aFeature = thePart->addFeature("ExportToGEOM");
-  aFeature->execute();
 }