~nytpu/nytpu.lisp-utils

8d1c3877a363aac4079d8b8972f9f72fc29e2f2b — nytpu 20 hours ago ee88eb6 master
BIND: fix errant debug FORMAT
1 files changed, 0 insertions(+), 1 deletions(-)

M bind.lisp
M bind.lisp => bind.lisp +0 -1
@@ 285,7 285,6 @@ remaining body forms."
           (atom form)
           (not (eq 'cl:declare (car form))))
       (values (nreverse decls) forms))
    (format t "~a~%" form)
    (when (listp form)
      (let ((decl (cdr form)))
        ;; check if there are multiple declarations in one DECLARE form