mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 11:53:48 +00:00
One more debugging statement left in
This commit is contained in:
@@ -236,7 +236,7 @@ sub polyline_lines {
|
|||||||
}
|
}
|
||||||
|
|
||||||
sub polygon_lines {
|
sub polygon_lines {
|
||||||
my ($polygon) = @_;use XXX; ZZZ $polygon if !eval { @$polygon };
|
my ($polygon) = @_;
|
||||||
return polyline_lines([ @$polygon, $polygon->[0] ]);
|
return polyline_lines([ @$polygon, $polygon->[0] ]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user