[elephant-cvs] CVS elephant/src/elephant
ieslick
ieslick at common-lisp.net
Fri Feb 9 09:06:12 UTC 2007
Update of /project/elephant/cvsroot/elephant/src/elephant
In directory clnet:/tmp/cvs-serv19265
Modified Files:
serializer1.lisp
Log Message:
Debugging statement slipped into checkin; repaired
--- /project/elephant/cvsroot/elephant/src/elephant/serializer1.lisp 2007/02/08 23:07:19 1.7
+++ /project/elephant/cvsroot/elephant/src/elephant/serializer1.lisp 2007/02/09 09:06:12 1.8
@@ -291,7 +291,6 @@
(type buffer-stream bs))
(let ((tag (buffer-read-byte bs)))
(declare (type foreign-char tag))
- (format t "Tag: ~A~%" tag)
(cond
((= tag +fixnum+)
(buffer-read-fixnum bs))
More information about the Elephant-cvs
mailing list