branch: elpa/fedi
commit 36c465895b7665ceb37263c710dd12ce239a4753
Author: marty hiatt <martianhiatus [a t] riseup [d o t] net>
Commit: marty hiatt <martianhiatus [a t] riseup [d o t] net>
remove fixme
---
fedi.el | 3 ---
1 file changed, 3 deletions(-)
diff --git a/fedi.el b/fedi.el
index 6fa159690a0..4105074ddb2 100644
--- a/fedi.el
+++ b/fedi.el
@@ -66,12 +66,9 @@ the name of your package."
(funcall #',req-fun url params nil ,json))
((equal ,method "get")
(funcall #',req-fun url params)))))
- ;; FIXME: ideally here we would handle 404/500 responses as html if
- ;; its returned
(fedi-http--triage response
(lambda ()
(with-current-buffer response
- ;; (fedi-http--process-json)
(fedi-http--process-response
:no-headers))))))))
(provide 'fedi)