removed debugging output

svn: r4033
This commit is contained in:
Eli Barzilay 2006-08-12 04:07:50 +00:00
parent b20f81b781
commit eae55ddaf9

View File

@ -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)