From 1c295d4d653dd183dcaa2f1203d9461e5c0fcb6e Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Tue, 16 Sep 2014 13:42:53 +0200 Subject: Remove unused code --- app/Auth/Google.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'app/Auth/Google.php') diff --git a/app/Auth/Google.php b/app/Auth/Google.php index 3dca96be..aeeab563 100644 --- a/app/Auth/Google.php +++ b/app/Auth/Google.php @@ -147,7 +147,5 @@ class Google extends Base catch (TokenResponseException $e) { return false; } - - return false; } } -- cgit v1.2.3