Remove extra keyword argument.
original commit: 65e56ab387e07750fd5984b27c618b0b4bd3d9e0
This commit is contained in:
parent
f1e541a102
commit
4fcae7c696
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue
Block a user