removed printf
This commit is contained in:
parent
aaa15946fc
commit
23b9d8472f
|
@ -240,9 +240,7 @@ it around flattened out.
|
|||
#f)
|
||||
(if (contract-struct? b-sel)
|
||||
#f
|
||||
(begin
|
||||
(printf "comparing ~s ~s ~s\n" a-sel b-sel (procedure-closure-contents-eq? a-sel b-sel))
|
||||
(procedure-closure-contents-eq? a-sel b-sel)))))
|
||||
(procedure-closure-contents-eq? a-sel b-sel))))
|
||||
...))
|
||||
|
||||
(define (lazy-contract-proj ctc)
|
||||
|
|
Loading…
Reference in New Issue
Block a user