From a7f836cb9ab3feaf531dab63f823c0efbb485ba2 Mon Sep 17 00:00:00 2001 From: Matthias Hochsteger Date: Thu, 12 Aug 2021 08:31:06 +0200 Subject: [PATCH] comment out debug output --- libsrc/occ/python_occ.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libsrc/occ/python_occ.cpp b/libsrc/occ/python_occ.cpp index 7d120721..40ffb31d 100644 --- a/libsrc/occ/python_occ.cpp +++ b/libsrc/occ/python_occ.cpp @@ -322,9 +322,9 @@ DLL_HEADER void ExportNgOCC(py::module &m) cout << "handle(shape) = " << *(void**)(void*)(&(shape.TShape())) << endl; - TDF_LabelSequence doc_shapes; - shape_tool->GetShapes(doc_shapes); - cout << "shape tool nbentities: " << doc_shapes.Size() << endl; + // TDF_LabelSequence doc_shapes; + // shape_tool->GetShapes(doc_shapes); + // cout << "shape tool nbentities: " << doc_shapes.Size() << endl; TDF_Label label = shape_tool -> FindShape(shape); cout << "shape label = " << endl << label << endl; if (label.IsNull()) return;