Salome HOME
Fixed the crash on moving Group down and edit it in the issue #1862
[modules/shaper.git] / src / ExchangeAPI / ExchangeAPI_Import.cpp
index ff64ff5d972be538d76246c67aa1dc4f88e57a22..dfa58a2d5a639109b8092a1880742bbd28e4ae53 100644 (file)
@@ -81,7 +81,6 @@ ImportPtr addImport(
     const std::shared_ptr<ModelAPI_Document> & thePart,
     const std::string & theFilePath)
 {
-  // TODO(spo): check that thePart is not empty
   std::shared_ptr<ModelAPI_Feature> aFeature = thePart->addFeature(ExchangeAPI_Import::ID());
   return ImportPtr(new ExchangeAPI_Import(aFeature, theFilePath));
 }