emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/hyperdrive cb7d11be63 38/49: Tidy: Remove message statemen


From: ELPA Syncer
Subject: [nongnu] elpa/hyperdrive cb7d11be63 38/49: Tidy: Remove message statements
Date: Wed, 20 Sep 2023 19:01:34 -0400 (EDT)

branch: elpa/hyperdrive
commit cb7d11be63af9768b64abce5b5d70a55b41a1c31
Author: Joseph Turner <joseph@ushin.org>
Commit: Joseph Turner <joseph@ushin.org>

    Tidy: Remove message statements
---
 hyperdrive-lib.el | 2 --
 1 file changed, 2 deletions(-)

diff --git a/hyperdrive-lib.el b/hyperdrive-lib.el
index d9f8fbb72a..065d3c55e1 100644
--- a/hyperdrive-lib.el
+++ b/hyperdrive-lib.el
@@ -549,7 +549,6 @@ filled entry; or if request fails, call ELSE (which is 
passed to
 `hyperdrive-api', which see.  If QUEUE, make the fill request in
 the given `plz-queue'"
   (declare (indent defun))
-  ;; (message "filling: %s" (hyperdrive-entry-version entry))
   (unless else
     ;; Binding this in the function argument form causes a spurious
     ;; lint warning about a docstring being too long, so we do this
@@ -708,7 +707,6 @@ into one contiguous nonexistent range.
 For the format of each version range, see `hyperdrive-version-ranges'.
 
 Returns the ranges cons cell for ENTRY."
-  (message "UPDATING NONEXISTENT: %s" (hyperdrive-entry-version entry))
   (unless (or (hyperdrive--entry-directory-p entry)
               ;; If there already exists a nonexistent range in
               ;; `hyperdrive-version-ranges', there's nothing to do.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]