Salome HOME
Extension of Parameters interface: to set/get double values of results
[modules/shaper.git] / src / ModuleBase / ModuleBase_OperationFeature.cpp
index 099d42b6fc282dd0aa6c0a9ba782fa260136be53..a2c03e0b2b1719e9d1fff4a72102884e455bb1c2 100755 (executable)
@@ -102,7 +102,7 @@ bool ModuleBase_OperationFeature::isValid() const
     return true;
 
   std::string anError = ModelAPI_Tools::getFeatureError(myFeature);
-  ModuleBase_Tools::translate(myFeature->getKind(), anError);
+  //ModuleBase_Tools::translate(myFeature->getKind(), anError);
   return anError.empty();
 }