removed printf

This commit is contained in:
Robby Findler 2012-04-06 07:51:03 -05:00
parent aaa15946fc
commit 23b9d8472f

View File

@ -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)