Skip to content

Commit

Permalink
Remove debugging message
Browse files Browse the repository at this point in the history
  • Loading branch information
thierryvolpiatto committed Jun 24, 2021
1 parent 0b63bca commit 0714e27
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion helm.el
Original file line number Diff line number Diff line change
Expand Up @@ -6024,7 +6024,6 @@ message 'no match'."
If action buffer is displayed, kill it."
(interactive)
(with-helm-alive-p
(message "Aborting helm session")
(when (get-buffer-window helm-action-buffer 'visible)
(kill-buffer helm-action-buffer))
(setq helm-exit-status 1)
Expand Down

0 comments on commit 0714e27

Please sign in to comment.