macro-stepper: disable taint display until correct
Merge to release branch original commit: 91a2e283a672453b462e3c88444cf53691c3ba8e
This commit is contained in:
parent
90ee93152c
commit
15ad6d8edb
|
@ -203,7 +203,8 @@
|
|||
(display-extra-source-info stx)
|
||||
(display-symbol-property-info stx)
|
||||
(display-marks stx)
|
||||
(display-taint stx))
|
||||
;; Disable until correct:
|
||||
(when #f (display-taint stx)))
|
||||
|
||||
;; display-source-info : syntax -> void
|
||||
(define/private (display-source-info stx)
|
||||
|
|
Loading…
Reference in New Issue
Block a user