Salome HOME
bos #41438 [CEA][Windows] SHAPER compilation fails in debug mode
[modules/shaper.git] / src / GeomAlgoAPI / GeomAlgoAPI_XAOImport.cpp
index 67607c7d8a9ea1caf1ba94260d195fa1a5200140..efab34755514d11448952b5154ff2e2dcef51407 100644 (file)
@@ -76,9 +76,6 @@ std::shared_ptr<GeomAPI_Shape> XAOImportMem(const std::string& theMemoryBuff,
                                             std::string& theError,
                                             XAO::Xao* theXao)
 {
-#ifdef _DEBUG
-  std::cout << "Import XAO from file " << theFileName << std::endl;
-#endif
   if (theMemoryBuff.empty() || !theXao) {
     theError = "An invalid argument.";
     return std::shared_ptr<GeomAPI_Shape>();