From 9e26d8f85ab5795141554adb79bf90b625d456d1 Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Sat, 25 Oct 2025 20:53:10 -0700 Subject: [PATCH] Remove mistaken debug output --- clash/clash.lisp | 1 - 1 file changed, 1 deletion(-) 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 ()