diff --git a/compiler/float-tran.lisp b/compiler/float-tran.lisp
index b3e487b6bd573def6fea38f72d88fdc158553b2c..48eddf46df3cff52b4bf4f171a72c252d58cf502 100644
--- a/compiler/float-tran.lisp
+++ b/compiler/float-tran.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/float-tran.lisp,v 1.49 1997/12/14 15:28:27 dtc Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/float-tran.lisp,v 1.50 1997/12/14 17:32:39 dtc Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -887,7 +887,6 @@
   (elfun-derive-type-simple
    arg #'log #'(lambda (lo hi)
 		 (declare (ignore hi))
-		 (format t "*D1 ~s~%"  lo)
 		 (typecase lo
 		   (cons (>= (car lo) 0))
 		   (rational (>= lo 0))