Removed debugging line

master
Alessandro Ranellucci 2014-06-11 22:20:59 +02:00
parent 34750d47fe
commit 89ff1a50b2
1 changed files with 0 additions and 1 deletions

View File

@ -64,7 +64,6 @@ sub concave_points {
my $vertex_angle = Slic3r::Geometry::angle3points(@points_pp[$i, $i-1, $i+1]);
if ($vertex_angle <= $ccw_angle) {
push @concave, $points[$i];
use XXX; YYY ($points[$i]->pp);
}
}
return [@concave];