Remove trace

This commit is contained in:
Justin Ethier 2015-08-28 22:03:26 -04:00
parent 09a6529525
commit 5ff206ef3a

View file

@ -789,7 +789,7 @@
;need to be able to look up var in a list and get the (macro?) instance. ;need to be able to look up var in a list and get the (macro?) instance.
((or ;(macro? exp) ((or ;(macro? exp)
(macro:macro? exp *defined-macros*)) (macro:macro? exp *defined-macros*))
(trace:info (list 'expanding exp)) ;(trace:info (list 'expanding exp))
(expand ;; Could expand into another macro (expand ;; Could expand into another macro
(macro:expand exp *defined-macros*))) (macro:expand exp *defined-macros*)))
(else (else