Skip to content

Commit

Permalink
Removed debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
arnholm committed Aug 18, 2019
1 parent d08c4bc commit 05c5225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xcsg/clipper_csg/clipper_profile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ void clipper_profile::positive_profiles(std::list<std::shared_ptr<clipper_profil

void clipper_profile::sort()
{
cout << " DEBUG: clipper_profile::sort(), number of paths= " << m_paths.size() << endl;
// cout << " DEBUG: clipper_profile::sort(), number of paths= " << m_paths.size() << endl;

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

0 comments on commit 05c5225

Please sign in to comment.