diff options
author | marty hiatt <martianhiatus@riseup.net> | 2024-10-09 09:01:14 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus@riseup.net> | 2024-10-09 09:01:14 +0200 |
commit | 9cd74926daf000ea36c1ecf4da2a129b3a66e69f (patch) | |
tree | 4075e3cfe152fe753f02f2e7a504f9c04b56a42a /lisp/mastodon-http.el | |
parent | 553b3dc5e4ebd0b83ec34fa18407fec343c1422c (diff) |
http: remove msg call
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 |