1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-11 08:04:25 +00:00

Removed debugging line

This commit is contained in:
Alessandro Ranellucci
2013-09-06 16:46:28 +02:00
parent a2cc54c9d0
commit 9484c377d9
+1 -1
View File
@@ -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);