branch: externals/corfu
commit 7dcb6bf6aab943507a928d878d422679e86e608e
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>
Remove accidential print debugging
---
corfu.el | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/corfu.el b/corfu.el
index e73413dcc5..47787c75cc 100644
--- a/corfu.el
+++ b/corfu.el
@@ -1102,11 +1102,9 @@ there hasn't been any input, then quit."
(setq corfu--auto-timer nil)
(when (and (not completion-in-region-mode)
(eq (current-buffer) buffer))
- (pcase
- (while-no-input ;; Interruptible capf query
- (run-hook-wrapped 'completion-at-point-functions
#'corfu--capf-wrapper))
+ (pcase (while-no-input ;; Interruptible capf query
+ (run-hook-wrapped 'completion-at-point-functions
#'corfu--capf-wrapper))
((and `(,fun ,beg ,end ,table . ,plist)
- (guard (message "XXXGOT RETURN %S %S %S" beg end (plist-get plist
:company-prefix-length)))
(guard (integer-or-marker-p beg))
(guard (<= beg (point) end))
(guard