From 7dcb6bf6aab943507a928d878d422679e86e608e Mon Sep 17 00:00:00 2001 From: Daniel Mendler Date: Thu, 6 Jan 2022 16:16:27 +0100 Subject: Remove accidential print debugging --- corfu.el | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/corfu.el b/corfu.el index e73413d..47787c7 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 -- cgit v1.0