about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2014-08-28 19:53:57 -0700
committerKartik K. Agaram <vc@akkartik.com>2014-08-28 19:53:57 -0700
commit2f2c2418002c142c259d20ff335edbfd0c8f7114 (patch)
treeac8f2c9f1b1a421331ed6a697642eab8f402d354
parent0832cc89dc19a6770fc52203eb7219b8072e0fb4 (diff)
downloadmu-2f2c2418002c142c259d20ff335edbfd0c8f7114.tar.gz
86
-rw-r--r--mu.arc6
1 files changed, 0 insertions, 6 deletions
diff --git a/mu.arc b/mu.arc
index 8d727a8e..50f9233f 100644
--- a/mu.arc
+++ b/mu.arc
@@ -25,12 +25,6 @@
               (if (is label curr-label)
                 (prn "  " curr-msg))))))
 
-(reset)
-(trace "foo" "abc")
-(assert-trace-contains "foo" "abc")
-(assert-trace-contains "foo" "abd")
-(quit)
-
 (mac init-fn (name . body)
   `(enq (fn () (= (function* ',name) ',body))
         initialization-fns*))