[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/url-http-oauth 5823a0a850 1/2: Remove a debugging messa
|
From: |
Thomas Fitzsimmons |
|
Subject: |
[elpa] externals/url-http-oauth 5823a0a850 1/2: Remove a debugging message |
|
Date: |
Mon, 8 May 2023 22:03:03 -0400 (EDT) |
branch: externals/url-http-oauth
commit 5823a0a850aa95716596c919f60858b256840397
Author: Thomas Fitzsimmons <fitzsim@fitzsim.org>
Commit: Thomas Fitzsimmons <fitzsim@fitzsim.org>
Remove a debugging message
* url-http-oauth.el (url-http-oauth--parse-grant): Remove
debugging message.
---
url-http-oauth.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/url-http-oauth.el b/url-http-oauth.el
index 427fc371f4..9afc5f643c 100644
--- a/url-http-oauth.el
+++ b/url-http-oauth.el
@@ -232,7 +232,7 @@ server to receive a new access token."
(defun url-http-oauth--parse-grant ()
"Parse the JSON grant structure in the current buffer.
Return the parsed JSON object."
- (message "url-http-oauth: grant: %s" (buffer-string))
+ ;; (message "url-http-oauth: grant: %s" (buffer-string))
(progn
(goto-char (point-min))
(re-search-forward "\n\n")