From 9aa2c78ba8fef62d00b04b30c8aeee2e663cd4be Mon Sep 17 00:00:00 2001 From: Nabil Ghodbane Date: Wed, 20 Mar 2024 10:14:39 +0100 Subject: [PATCH] bos #41438 [CEA][Windows] SHAPER compilation fails in debug mode --- src/GeomAlgoAPI/GeomAlgoAPI_XAOImport.cpp | 3 --- 1 file changed, 3 deletions(-) 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(); -- 2.30.2