Remove mistaken debug output
This commit is contained in:
@ -700,7 +700,6 @@ return a list of many indices instead."
|
|||||||
(cl-xdg-trash:restore-file (nth (car indices) infos) :target target)
|
(cl-xdg-trash:restore-file (nth (car indices) infos) :target target)
|
||||||
(loop with arr = (coerce infos 'vector)
|
(loop with arr = (coerce infos 'vector)
|
||||||
for i in indices
|
for i in indices
|
||||||
do (format t "~A~%" (aref arr i))
|
|
||||||
do (cl-xdg-trash:restore-file (aref arr i)))))))
|
do (cl-xdg-trash:restore-file (aref arr i)))))))
|
||||||
|
|
||||||
(defun restore/options ()
|
(defun restore/options ()
|
||||||
|
|||||||
Reference in New Issue
Block a user