Commit 82f56f95 authored by Taylor Otwell's avatar Taylor Otwell

remove var_dump.

parent 29fc846f
......@@ -35,7 +35,6 @@
Router::register(array('GET /', 'GET /home'), function()
{
var_dump(Bundle::$bundles);
return View::make('home.index');
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment