Remove extra keyword argument.

original commit: 65e56ab387e07750fd5984b27c618b0b4bd3d9e0
This commit is contained in:
Vincent St-Amour 2011-06-23 17:30:16 -04:00
parent f1e541a102
commit 4fcae7c696

View File

@ -205,7 +205,6 @@
(define (with-tr-logging-to-port port thunk)
(with-intercepted-tr-logging
#:level 'warning
(lambda (l)
(displayln (vector-ref l 1) port)) ; print log message
thunk))