core-popups: remove debug message call

This commit is contained in:
Henrik Lissner 2017-02-24 03:12:39 -05:00
parent 39ee26d669
commit 4d20872b35

View file

@ -276,7 +276,6 @@ the command buffer."
;; redefined to set aside the popup before following a link. ;; redefined to set aside the popup before following a link.
(defsubst doom--switch-from-popup (location) (defsubst doom--switch-from-popup (location)
(doom/popup-close) (doom/popup-close)
(message "-- %s" location)
(switch-to-buffer (car location) nil t) (switch-to-buffer (car location) nil t)
(if (not (cdr location)) (if (not (cdr location))
(message "Unable to find location in file") (message "Unable to find location in file")