remove var_dump.
This commit is contained in:
parent
29fc846f39
commit
82f56f9545
|
@ -35,7 +35,6 @@
|
|||
|
||||
Router::register(array('GET /', 'GET /home'), function()
|
||||
{
|
||||
var_dump(Bundle::$bundles);
|
||||
return View::make('home.index');
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue