remove a stray debugging PRINT
[sbcl.git] / src / compiler / ir1util.lisp
index 4f433b1..33a8d3d 100644 (file)
                               dx arg recheck-component)))
                (ref
                 (let* ((other (trivial-lambda-var-ref-lvar use)))
-                  (print (list :ref use other))
                   (unless (eq other lvar)
                     (handle-nested-dynamic-extent-lvars
                      dx other recheck-component)))))))