about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--mu.arc3
1 files changed, 1 insertions, 2 deletions
diff --git a/mu.arc b/mu.arc
index 7029ede8..40b09bec 100644
--- a/mu.arc
+++ b/mu.arc
@@ -1723,8 +1723,7 @@
   ; careful to avoid re-processing functions and adding noise to traces
   `(do
      (prn "-- " ',name)
-     (when (function* ',name)
-       (prn "run-code: redefining " ',name))
+     (trace "===" ',name)
      (wipe (function* ',name))
      (add-code '((function ,name [ ,@body ])))
      (freeze-another ',name)