hydra: remove print stmt

This commit is contained in:
Rob Vermaas 2010-02-09 13:45:38 +00:00
parent 090a648020
commit 4abdf86bd4

View file

@ -23,8 +23,6 @@ sub jobset : Chained('/') PathPart('jobset') CaptureArgs(2) {
sub jobsetIndex {
my ($self, $c, $forceStatus) = @_;
print STDERR "index\n";
$c->stash->{template} = 'jobset.tt';
#getBuildStats($c, scalar $c->stash->{jobset}->builds);