Skip to content

Commit 05c5225

Browse files
committed
Removed debug output
1 parent d08c4bc commit 05c5225

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xcsg/clipper_csg/clipper_profile.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ void clipper_profile::positive_profiles(std::list<std::shared_ptr<clipper_profil
7575

7676
void clipper_profile::sort()
7777
{
78-
cout << " DEBUG: clipper_profile::sort(), number of paths= " << m_paths.size() << endl;
78+
// cout << " DEBUG: clipper_profile::sort(), number of paths= " << m_paths.size() << endl;
7979

8080
// build a sorted map of paths, largest positive areas first
8181
std::multimap<double,ClipperLib::Path> path_map;

0 commit comments

Comments
 (0)