branch: externals/minuet
commit 49dfd86e32518cabe576801961ea2f7e33e1fae4
Author: Milan Glacier <d...@milanglacier.com>
Commit: Milan Glacier <d...@milanglacier.com>

    refactor: clean up code.
---
 minuet.el | 2 --
 1 file changed, 2 deletions(-)

diff --git a/minuet.el b/minuet.el
index 2ad4b6f566..df5012de6d 100644
--- a/minuet.el
+++ b/minuet.el
@@ -1047,8 +1047,6 @@ arrive."
            :then
            (lambda (json)
              (when-let* ((result (minuet--stream-decode json get-text-fn)))
-               ;; append the current result into the completion items list
-               ;; use append instead of push (to the front) to keep the order 
of the result, because the first result is already shown
                (setq completion-items (append completion-items (list result))))
              (setq completion-items (minuet--filter-context-sequence-in-items
                                      completion-items

Reply via email to