From 966eb48ee8076f0f3050063d3b9ebee5bbee7dc7 Mon Sep 17 00:00:00 2001 From: Nikodemus Siivola Date: Sat, 3 Dec 2011 00:23:12 +0200 Subject: [PATCH] remove a stray debugging PRINT ...there since 1.0.48.21! Wow. --- src/compiler/ir1util.lisp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/compiler/ir1util.lisp b/src/compiler/ir1util.lisp index 4f433b1..33a8d3d 100644 --- a/src/compiler/ir1util.lisp +++ b/src/compiler/ir1util.lisp @@ -598,7 +598,6 @@ 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))))))) -- 1.7.10.4