* removed stats from home page. will make global stats page later on

This commit is contained in:
Rob Vermaas
2010-01-11 10:07:10 +00:00
parent 54d8722740
commit 13c8953918
2 changed files with 0 additions and 6 deletions

View File

@ -23,7 +23,6 @@ sub index :Path :Args(0) {
my ($self, $c) = @_;
$c->stash->{template} = 'overview.tt';
$c->stash->{projects} = [$c->model('DB::Projects')->search({}, {order_by => 'displayname'})];
getBuildStats($c, $c->model('DB::Builds'));
}