From bd2dcff6f086ec219b34f0345f933ec9d8b4f5e2 Mon Sep 17 00:00:00 2001
From: ram <ram>
Date: Tue, 9 Apr 1991 10:45:53 +0000
Subject: [PATCH] Ooops... Removed some debugging code.

---
 code/debug-int.lisp | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/code/debug-int.lisp b/code/debug-int.lisp
index 94b478cc6..cf9c59959 100644
--- a/code/debug-int.lisp
+++ b/code/debug-int.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/debug-int.lisp,v 1.22 1991/03/12 17:45:29 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/debug-int.lisp,v 1.23 1991/04/09 10:45:53 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -1892,7 +1892,6 @@
 	       (flags (prog1 (aref map i) (incf i)))
 	       (vars-p (logtest flags c::minimal-debug-function-variables-bit))
 	       (dfun (make-uncompacted-debug-fun)))
-	  (print dfun)
 	  (res code-start-pc)
 	  (res dfun)))
       
-- 
GitLab