We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d08c4bc commit 05c5225Copy full SHA for 05c5225
xcsg/clipper_csg/clipper_profile.cpp
@@ -75,7 +75,7 @@ void clipper_profile::positive_profiles(std::list<std::shared_ptr<clipper_profil
75
76
void clipper_profile::sort()
77
{
78
- cout << " DEBUG: clipper_profile::sort(), number of paths= " << m_paths.size() << endl;
+// cout << " DEBUG: clipper_profile::sort(), number of paths= " << m_paths.size() << endl;
79
80
// build a sorted map of paths, largest positive areas first
81
std::multimap<double,ClipperLib::Path> path_map;
0 commit comments