mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
core-popups: remove debug message call
This commit is contained in:
@ -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")
|
||||||
|
Reference in New Issue
Block a user