diff options
-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 |