forked from lix-project/hydra
hydra: remove print stmt
This commit is contained in:
parent
090a648020
commit
4abdf86bd4
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue