From 4d20872b3517a86c8613c72a23677f2b0ec62afb Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Fri, 24 Feb 2017 03:12:39 -0500 Subject: [PATCH] core-popups: remove debug message call --- core/core-popups.el | 1 - 1 file changed, 1 deletion(-) 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")