>From 4b71a470af257faf31d27987b6d4bffb6ce67e00 Mon Sep 17 00:00:00 2001 Message-Id: <4b71a470af257faf31d27987b6d4bffb6ce67e00.1638101267.git.avityazev@posteo.org> In-Reply-To: References: From: Aleksandr Vityazev Date: Sun, 28 Nov 2021 14:38:35 +0300 Subject: [PATCH 09/11] * oauth2 (oauth2-auth-and-store): Remove comment. --- oauth2.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/oauth2.el b/oauth2.el index 7ca6452..9906e8a 100644 --- a/oauth2.el +++ b/oauth2.el @@ -253,8 +253,6 @@ Return an `oauth2-token' structure." :created-at created :token-url token-url :access-response (plist-get plist :access-response)))) - ;; Check if we found something matching this access - ;; We did, return the token object (if (< current-time (+ expires created)) token (oauth2-refresh-access token)) -- 2.34.0