fix debug printing

felipesanches-svg
Don Bright 2012-02-13 19:56:38 -06:00
parent e747b0bfb5
commit 662da67571
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ public:
//out << " contour is a body. joining. " << contour.size() << " points.\n" ;
*nefpoly2d += *tmpnef;
} else {
//out << " contour is a hole. intersecting. " << contour.size() << "points.\n";
//out << " contour is a hole. intersecting. " << contour.size() << " points.\n";
*nefpoly2d *= *tmpnef;
}
numcontours++;