From 3e6d78218f8776c8b3701f4a41e654741d172975 Mon Sep 17 00:00:00 2001 From: "Alain M. Lafon" Date: Thu, 24 Oct 2019 19:15:42 +0200 Subject: [PATCH] chore: Remove debug `message` statements --- counsel-jq.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/counsel-jq.el b/counsel-jq.el index 622e213..b7a55ea 100644 --- a/counsel-jq.el +++ b/counsel-jq.el @@ -10,7 +10,6 @@ ;; This expression uses the most recent other buffer (see ;; https://www.gnu.org/software/emacs/manual/html_node/eintr/Switching-Buffers.html#fnd-2). (other-buffer (current-buffer) t) - (message (concat "current buffer: " (buffer-name))) (call-process-region (point-min) (point-max) @@ -23,7 +22,6 @@ (defun counsel-jq-query-function (input) "Wrapper function passing INPUT over to jq-json." - (message (concat "initial buffer: " (buffer-name))) (if (get-buffer "*jq-json*") (with-current-buffer "*jq-json*" (erase-buffer)))