mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 01:15:53 +08:00
One more debugging statement left in
This commit is contained in:
parent
a981ac5c8e
commit
9f21d5b3c2
@ -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] ]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user