From: Nabil Ghodbane Date: Wed, 20 Mar 2024 09:14:39 +0000 (+0100) Subject: bos #41438 [CEA][Windows] SHAPER compilation fails in debug mode X-Git-Tag: V9_13_0a1~14^2~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=9aa2c78ba8fef62d00b04b30c8aeee2e663cd4be;p=modules%2Fshaper.git bos #41438 [CEA][Windows] SHAPER compilation fails in debug mode --- diff --git a/src/GeomAlgoAPI/GeomAlgoAPI_XAOImport.cpp b/src/GeomAlgoAPI/GeomAlgoAPI_XAOImport.cpp index 67607c7d8..efab34755 100644 --- a/src/GeomAlgoAPI/GeomAlgoAPI_XAOImport.cpp +++ b/src/GeomAlgoAPI/GeomAlgoAPI_XAOImport.cpp @@ -76,9 +76,6 @@ std::shared_ptr 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();