Skip to content
Snippets Groups Projects
Commit 69e4726e authored by Riccardo Maria Bianchi's avatar Riccardo Maria Bianchi :sunny:
Browse files

Move log messages to debug

parent 6f9da8b8
No related branches found
No related tags found
1 merge request!332Move R4 shapes to the new DB schema and I/O
Pipeline #7646817 failed
...@@ -3170,9 +3170,12 @@ void ReadGeoModel::createBooleanShapeOperands(boolean_shapes_operands_info* shap ...@@ -3170,9 +3170,12 @@ void ReadGeoModel::createBooleanShapeOperands(boolean_shapes_operands_info* shap
if (shapes_info_sub->size() == 0) return; if (shapes_info_sub->size() == 0) return;
// debug // debug
std::cout << "\ncreateBooleanShapeOperands() - start..." << std::endl; if (m_loglevel >= 3)
inspectListShapesToBuild(*shapes_info_sub); {
std::cout << std::endl; std::cout << "\ncreateBooleanShapeOperands() - start..." << std::endl;
inspectListShapesToBuild(*shapes_info_sub);
std::cout << std::endl;
}
// Iterate over the list. The size may be incremented while iterating // Iterate over the list. The size may be incremented while iterating
// (therefore, we cannot use iterators) // (therefore, we cannot use iterators)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment