* Remove a debug statement.
This commit is contained in:
parent
8e39abf914
commit
60ad8bd6d1
|
@ -43,7 +43,6 @@ sub jobsetIndex {
|
||||||
$c->stash->{activeJobs} = [];
|
$c->stash->{activeJobs} = [];
|
||||||
$c->stash->{inactiveJobs} = [];
|
$c->stash->{inactiveJobs} = [];
|
||||||
foreach my $job (@jobs) {
|
foreach my $job (@jobs) {
|
||||||
print STDERR $job->get_column('active'), "\n";
|
|
||||||
if ($job->get_column('active')) {
|
if ($job->get_column('active')) {
|
||||||
push @{$c->stash->{activeJobs}}, $job->name;
|
push @{$c->stash->{activeJobs}}, $job->name;
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue