Browse Source

remove mistakenly commited FORMAT invocations

avodonosov 16 năm trước cách đây
mục cha
commit
c2afe56f00
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      mixin.lisp

+ 0 - 2
mixin.lisp

@@ -155,9 +155,7 @@
 (progn
   (defmethod gray:stream-read-sequence
     ((s trivial-gray-stream-mixin) seq &optional start end)
-    (format t "trivial-read~%")
     (stream-read-sequence s seq (or start 0) (or end (length seq))))
   (defmethod gray:stream-write-sequence
     ((s trivial-gray-stream-mixin) seq &optional start end)
-    (format t "trivial-write~%")
     (stream-write-sequence s seq (or start 0) (or end (length seq)))))