remove var_dump.

This commit is contained in:
Taylor Otwell 2012-01-26 20:07:59 -06:00
parent 29fc846f39
commit 82f56f9545
1 changed files with 0 additions and 1 deletions

View File

@ -35,7 +35,6 @@
Router::register(array('GET /', 'GET /home'), function()
{
var_dump(Bundle::$bundles);
return View::make('home.index');
});