Remove debugging

This commit is contained in:
Justin Ethier 2016-06-08 23:36:36 -04:00
parent b32a8f32f8
commit 0f7839c4ce

View file

@ -541,7 +541,7 @@
;; This is a cons "box" so it can be mutated. ;; This is a cons "box" so it can be mutated.
;; return - call into this continuation to return early ;; return - call into this continuation to return early
(define (inline-ok? exp ivars args arg-used return) (define (inline-ok? exp ivars args arg-used return)
(trace:error `(inline-ok? ,exp ,ivars ,args ,arg-used)) ;(trace:error `(inline-ok? ,exp ,ivars ,args ,arg-used))
(cond (cond
((ref? exp) ((ref? exp)
(cond (cond