Removed from view once it's loaded by AJAX request

This commit is contained in:
Kinn Coelho Julião 2013-05-17 10:08:15 -04:00
commit 3de71b2155
2 changed files with 0 additions and 2 deletions

View file

@ -35,7 +35,6 @@ class BuildController extends b8\Controller
$view = new b8\View('Build');
$view->build = $build;
$view->data = $this->getBuildData($buildId);
$view->plugins = $build->getPlugins();
return $view->render();
}