From 5ff206ef3a4caa70e2f0d9b6e843e5e2e28b7477 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Fri, 28 Aug 2015 22:03:26 -0400 Subject: [PATCH] Remove trace --- scheme/cyclone/transforms.sld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scheme/cyclone/transforms.sld b/scheme/cyclone/transforms.sld index a6e70f7f..6374444f 100644 --- a/scheme/cyclone/transforms.sld +++ b/scheme/cyclone/transforms.sld @@ -789,7 +789,7 @@ ;need to be able to look up var in a list and get the (macro?) instance. ((or ;(macro? exp) (macro:macro? exp *defined-macros*)) - (trace:info (list 'expanding exp)) + ;(trace:info (list 'expanding exp)) (expand ;; Could expand into another macro (macro:expand exp *defined-macros*))) (else