diff --git a/modules/authfacebook/extlibinc/base_facebook.php b/modules/authfacebook/extlibinc/base_facebook.php
index 65c490524c691fd71acb4183af2370cf9b599bfd..a5fd3e9043db0edc0fc683e6d5f596e06f9da660 100644
--- a/modules/authfacebook/extlibinc/base_facebook.php
+++ b/modules/authfacebook/extlibinc/base_facebook.php
@@ -789,8 +789,6 @@ abstract class BaseFacebook
       return false;
     }
 
-    $response_params = array();
-    //parse_str($access_token_response, $response_params);
     $response_params = json_decode($access_token_response, true);
     if (!isset($response_params['access_token'])) {
       return false;