branch: externals/minuet commit a4f6ce017e46f9dee8f6487d28f580c09cfb06a2 Author: Milan Glacier <d...@milanglacier.com> Commit: Milan Glacier <d...@milanglacier.com>
fix: clean up code. --- minuet.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/minuet.el b/minuet.el index 610195a507..660adeefbd 100644 --- a/minuet.el +++ b/minuet.el @@ -984,8 +984,7 @@ to be called when completion items arrive." "Return t if current command is a minuet command." (and this-command (symbolp this-command) - (string-match-p "^minuet" (symbol-name this-command)) - (message "minuet command executed"))) + (string-match-p "^minuet" (symbol-name this-command)))) (defun minuet--is-not-on-throttle () "Return t if current time since last time is larger than the throttle delay."