From 9484c377d9728837172cf867c5660555fe0be1b4 Mon Sep 17 00:00:00 2001 From: Alessandro Ranellucci Date: Fri, 6 Sep 2013 16:46:28 +0200 Subject: [PATCH] Removed debugging line --- lib/Slic3r/Geometry.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Slic3r/Geometry.pm b/lib/Slic3r/Geometry.pm index cb452493a..abe00f209 100644 --- a/lib/Slic3r/Geometry.pm +++ b/lib/Slic3r/Geometry.pm @@ -657,7 +657,7 @@ sub _line_intersection2 { # 2D sub bounding_box { my ($points) = @_; - #use XXX; ZZZ "not" if ref($points->[0]) eq 'ARRAY'; + my @x = map $_->x, @$points; my @y = map $_->y, @$points; #,, my @bb = (undef, undef, undef, undef);