Remove duplicated "Generating skirt" status message
This commit is contained in:
parent
90194ee581
commit
fd43ada293
1 changed files with 1 additions and 3 deletions
|
@ -477,12 +477,10 @@ sub process {
|
||||||
});
|
});
|
||||||
|
|
||||||
# make skirt
|
# make skirt
|
||||||
$status_cb->(88, "Generating skirt");
|
$status_cb->(88, "Generating skirt/brim");
|
||||||
$print_step->(STEP_SKIRT, sub {
|
$print_step->(STEP_SKIRT, sub {
|
||||||
$self->make_skirt;
|
$self->make_skirt;
|
||||||
});
|
});
|
||||||
|
|
||||||
$status_cb->(88, "Generating skirt");
|
|
||||||
$print_step->(STEP_BRIM, sub {
|
$print_step->(STEP_BRIM, sub {
|
||||||
$self->make_brim; # must come after make_skirt
|
$self->make_brim; # must come after make_skirt
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue