diff --git a/core/core-popups.el b/core/core-popups.el index 85a8f4d37..98e822fcd 100644 --- a/core/core-popups.el +++ b/core/core-popups.el @@ -276,7 +276,6 @@ the command buffer." ;; redefined to set aside the popup before following a link. (defsubst doom--switch-from-popup (location) (doom/popup-close) - (message "-- %s" location) (switch-to-buffer (car location) nil t) (if (not (cdr location)) (message "Unable to find location in file")