remove debug output

This commit is contained in:
interp 2004-09-24 13:50:49 +00:00
parent 902a34ae01
commit 584c946850
1 changed files with 0 additions and 3 deletions

View File

@ -74,9 +74,6 @@
(set! *POST-bindings-cache* (cdr cache)))
(loop predecessor
(cdr predecessor)))))))))
(format (current-error-port)
"POST-bindings-cache: ~S\n"
*POST-bindings-cache*)
(release-lock *cache-lock*)
result))