From 7e4efaabd47e54f25b16d4831efbba7eb90b3e54 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sun, 14 May 2017 09:43:44 +0200 Subject: [PATCH] core-popups: remove debug line --- core/core-popups.el | 1 - 1 file changed, 1 deletion(-) diff --git a/core/core-popups.el b/core/core-popups.el index b8f62be41..39815d846 100644 --- a/core/core-popups.el +++ b/core/core-popups.el @@ -273,7 +273,6 @@ properties." (when (doom-popup-p) (set-window-dedicated-p nil nil) (add-transient-hook! eshell-query-kill-processes :after - (message "ding -- %s (%s)" (selected-window) (buffer-name)) (set-window-dedicated-p nil t))) (apply orig-fn args)) (advice-add #'eshell-exec-visual :around #'doom*eshell-undedicate-popup))