Remove extra call to old tree updating code.
This commit is contained in:
parent
58911e3026
commit
26ae70190f
1 changed files with 0 additions and 1 deletions
|
|
@ -120,7 +120,6 @@ sub copyBranch {
|
||||||
|
|
||||||
my $tree = WebGUI::ProgressTree->new($session, $assetIds );
|
my $tree = WebGUI::ProgressTree->new($session, $assetIds );
|
||||||
my $maxValue = keys %{ $tree->flat };
|
my $maxValue = keys %{ $tree->flat };
|
||||||
$process->update(sub { $tree->json });
|
|
||||||
my $update_progress = sub {
|
my $update_progress = sub {
|
||||||
# update the Fork's progress with how many are done
|
# update the Fork's progress with how many are done
|
||||||
my $flat = $tree->flat;
|
my $flat = $tree->flat;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue