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