removed debugging output
svn: r4033
This commit is contained in:
parent
b20f81b781
commit
eae55ddaf9
|
@ -524,8 +524,8 @@
|
||||||
;; (from native property names to 'user-' style property names)
|
;; (from native property names to 'user-' style property names)
|
||||||
|
|
||||||
(define (attach-info to-exp from-exp)
|
(define (attach-info to-exp from-exp)
|
||||||
(if (syntax-property from-exp 'stepper-offset-index)
|
;; (if (syntax-property from-exp 'stepper-offset-index)
|
||||||
(>>> (syntax-property from-exp 'stepper-offset-index)))
|
;; (>>> (syntax-property from-exp 'stepper-offset-index)))
|
||||||
(let* ([attached (foldl (lambda (labels stx)
|
(let* ([attached (foldl (lambda (labels stx)
|
||||||
(match labels
|
(match labels
|
||||||
[`(,new-label ,old-label)
|
[`(,new-label ,old-label)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user