Skip to content

Commit

Permalink
chore: Remove debug message statements
Browse files Browse the repository at this point in the history
  • Loading branch information
munen authored Oct 24, 2019
1 parent 340d912 commit 3e6d782
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions counsel-jq.el
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)))
Expand Down

0 comments on commit 3e6d782

Please sign in to comment.