From 0649ef21c61d9155765c30ef3b489188b080165e Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Wed, 2 May 2012 16:05:23 -0500 Subject: [PATCH] Clean up junk. --- application/routes.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/application/routes.php b/application/routes.php index d86a00ce..2135969b 100644 --- a/application/routes.php +++ b/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'); });