aboutsummaryrefslogtreecommitdiff
path: root/src/lux/macro.clj
diff options
context:
space:
mode:
Diffstat (limited to 'src/lux/macro.clj')
-rw-r--r--src/lux/macro.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lux/macro.clj b/src/lux/macro.clj
index 91d71cf39..d31c22d78 100644
--- a/src/lux/macro.clj
+++ b/src/lux/macro.clj
@@ -6,7 +6,7 @@
;; [Resources]
(defn expand [loader macro-class tokens]
(fn [state]
- (prn 'expand macro-class tokens state)
+ ;; (prn 'expand macro-class tokens state)
(-> (.loadClass loader macro-class)
(.getField "_datum")
(.get nil)