Browse Source

remove var_dump.

Taylor Otwell 13 years ago
parent
commit
82f56f9545
1 changed files with 0 additions and 1 deletions
  1. 0 1
      application/routes.php

+ 0 - 1
application/routes.php

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