branch: elpa/hyperdrive
commit 843d634570de02887a7a264fc33eeeea10f45f5e
Author: Adam Porter <[email protected]>
Commit: Joseph Turner <[email protected]>
Comment: Remove TODO
---
hyperdrive.el | 1 -
1 file changed, 1 deletion(-)
diff --git a/hyperdrive.el b/hyperdrive.el
index 0b3c26b842..f3d4b2574a 100644
--- a/hyperdrive.el
+++ b/hyperdrive.el
@@ -1323,7 +1323,6 @@ If FORCEP, don't prompt for confirmation before
downloading."
(pcase-let (((map :url :sha256) url-and-hash))
;; TODO: Prompt before downloading.
(download url sha256))
- ;; TODO: Is it correct to set the global var to nil here and in
callback?
(setf h/install-process nil)
(h/menu-refresh)
(h/error "Downloading failed; no more mirrors available")))