mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-16 09:17:35 +02:00
Remove trace
This commit is contained in:
parent
09a6529525
commit
5ff206ef3a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue