diff --git a/clash/clash.lisp b/clash/clash.lisp index dd7b901..baad3f8 100644 --- a/clash/clash.lisp +++ b/clash/clash.lisp @@ -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 ()