Skip to content

Commit

Permalink
* Remove a debug statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
edolstra committed Mar 5, 2010
1 parent 8e39abf commit 60ad8bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/Hydra/Controller/Jobset.pm
Expand Up @@ -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 {
Expand Down

0 comments on commit 60ad8bd

Please sign in to comment.