remove stray logging in chaperones test

This commit is contained in:
Matthew Flatt 2021-05-07 08:04:27 -06:00
parent 50a2cb32cb
commit 7aa1bacd74

View File

@ -3589,7 +3589,6 @@
(struct foo ([val #:mutable])
#:property prop:procedure
(λ (self)
(log-error "getting")
(foo-val self)))
(define orig-foo (foo 'original))