mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-22 07:09:18 +02:00
removing debug line
This commit is contained in:
parent
034601a02b
commit
c9e579f9f4
1 changed files with 0 additions and 1 deletions
|
@ -93,7 +93,6 @@
|
|||
((= (iset-ref is1 cur1) (iset-ref is2 cur2))
|
||||
(lp (iset-cursor-next is1 cur1) (iset-cursor-next is2 cur2)))
|
||||
(else
|
||||
(write `(not (= ,(iset-ref is1 cur1) ,(iset-ref is2 cur2)))) (newline)
|
||||
#f))))
|
||||
|
||||
(define (iset2<= is1 is2)
|
||||
|
|
Loading…
Add table
Reference in a new issue