* Remove a debug statement.

This commit is contained in:
Eelco Dolstra 2010-03-05 13:48:41 +00:00
parent 8e39abf914
commit 60ad8bd6d1

View file

@ -43,7 +43,6 @@ sub jobsetIndex {
$c->stash->{activeJobs} = [];
$c->stash->{inactiveJobs} = [];
foreach my $job (@jobs) {
print STDERR $job->get_column('active'), "\n";
if ($job->get_column('active')) {
push @{$c->stash->{activeJobs}}, $job->name;
} else {