From 41a82977801783b532973bc21424c1c19cce1cd1 Mon Sep 17 00:00:00 2001 From: Graham Paye Date: Wed, 1 Aug 2018 18:21:20 -0700 Subject: [PATCH] remove redunant line (#149) --- lib/googleauth/user_authorizer.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/googleauth/user_authorizer.rb b/lib/googleauth/user_authorizer.rb index a580af7..6801966 100644 --- a/lib/googleauth/user_authorizer.rb +++ b/lib/googleauth/user_authorizer.rb @@ -198,7 +198,6 @@ module Google # Credentials if exchange is successful def get_and_store_credentials_from_code(options = {}) credentials = get_credentials_from_code(options) - monitor_credentials(options[:user_id], credentials) store_credentials(options[:user_id], credentials) end