diff options
author | marty hiatt <martianhiatus@riseup.net> | 2024-10-10 10:28:51 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus@riseup.net> | 2024-10-10 10:28:51 +0200 |
commit | 6d20b69857f207963a6f9be8528c1c7e84d52c7e (patch) | |
tree | 16fdb6d6fa5244707722b951d8c1916c52c2b11d /lisp/mastodon-http.el | |
parent | 6d2865f5034043be7f3653f44f533ebb969e79c5 (diff) | |
parent | 5b8d8f7c0f21c1a8428c2c8ad1b3f4e71ca5ffd4 (diff) |
Merge branch 'develop' into unread-notifs
Diffstat (limited to 'lisp/mastodon-http.el')
-rw-r--r-- | lisp/mastodon-http.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/mastodon-http.el b/lisp/mastodon-http.el index c1b0599..c0402f0 100644 --- a/lisp/mastodon-http.el +++ b/lisp/mastodon-http.el @@ -319,7 +319,6 @@ Optionally specify the PARAMS to send." ("Accept" . "application/json")))) (url-request-extra-headers (append url-request-extra-headers headers))) - (message "Data: %s" url-request-data) (mastodon-http--url-retrieve-synchronously url)))) ;; Asynchronous functions |