Browse Source

Clean up junk.

Taylor Otwell 12 years ago
parent
commit
0649ef21c6
1 changed files with 0 additions and 4 deletions
  1. 0 4
      application/routes.php

+ 0 - 4
application/routes.php

@@ -34,10 +34,6 @@
 
 Route::get('/', function()
 {
-	//Auth::logout();
-	Auth::logout();
-	var_dump(Auth::attempt(array('username' => 'taylorotwell@gmail.com', 'password' => 'secret')));
-	dd(Auth::user());
 	return View::make('home.index');
 });