Remove already disabled jobstatus code

This commit is contained in:
Eelco Dolstra
2013-10-03 14:56:07 +02:00
parent adcdfcde6b
commit 64d617a6b2
2 changed files with 0 additions and 22 deletions

View File

@ -23,13 +23,6 @@ sub getJobStatus {
}
#sub jobstatus : Chained('get_builds') PathPart Args(0) {
# my ($self, $c) = @_;
# $c->stash->{template} = 'jobstatus.tt';
# $c->stash->{latestBuilds} = [getJobStatus($self, $c)->all];
#}
# A convenient way to see all the errors - i.e. things demanding
# attention - at a glance.
sub errors : Chained('get_builds') PathPart Args(0) {