branch: elpa/hyperdrive commit 01906c0bee46cbcbb9aaa2f98c7941bb713d3acf Author: Joseph Turner <jos...@ushin.org> Commit: Joseph Turner <jos...@ushin.org>
Comment: Remove old TODO --- hyperdrive.el | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/hyperdrive.el b/hyperdrive.el index 4d1dc9a7ad..dac0d1982f 100644 --- a/hyperdrive.el +++ b/hyperdrive.el @@ -201,10 +201,7 @@ modified; file blobs may be recoverable from other peers." :else (lambda (err) (h/error "Unable to clear cache for `%s': %S" (he/url entry) err)) :then (lambda (_response) - (h/message "Cleared `%s'" (h//format-entry entry)) - ;; TODO: When file sizes in hyperdrive-dir-mode are colorized - ;; based locally downloaded sizes, refresh ewoc entry here. - )))) + (h/message "Cleared `%s'" (h//format-entry entry)))))) ;;;###autoload (defun hyperdrive-purge (hyperdrive)