Removed debugging line

issue1834
Alessandro Ranellucci 2014-03-02 00:43:54 +01:00
parent 2295d48947
commit 0f9e143ba1
1 changed files with 0 additions and 1 deletions

View File

@ -244,7 +244,6 @@ sub make_perimeters {
role => EXTR_ROLE_EXTERNAL_PERIMETER,
mm3_per_mm => $mm3_per_mm,
);
printf "len = %s\n", unscale($p->length);
push @paths, $p->isa('Slic3r::Polygon')
? Slic3r::ExtrusionLoop->new(polygon => $p, %params)
: Slic3r::ExtrusionPath->new(polyline => $p, %params);