remove redunant line (#149)

This commit is contained in:
Graham Paye 2018-08-01 18:21:20 -07:00 committed by GitHub
parent af69fc5347
commit 41a8297780
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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