Remove mistaken debug output

This commit is contained in:
2025-10-25 20:53:10 -07:00
parent e958aa99bf
commit 9e26d8f85a

View File

@ -700,7 +700,6 @@ return a list of many indices instead."
(cl-xdg-trash:restore-file (nth (car indices) infos) :target target)
(loop with arr = (coerce infos 'vector)
for i in indices
do (format t "~A~%" (aref arr i))
do (cl-xdg-trash:restore-file (aref arr i)))))))
(defun restore/options ()