Skip to content

Commit

Permalink
Removed debugging line
Browse files Browse the repository at this point in the history
  • Loading branch information
alranel committed Mar 1, 2014
1 parent 2295d48 commit 0f9e143
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Slic3r/Layer/Region.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 0f9e143

Please sign in to comment.