Delete errant prints
This commit is contained in:
parent
eadd6e8047
commit
d7d9e71d67
|
@ -222,10 +222,7 @@
|
||||||
(defn store! [b x] (set (b :^value) x))
|
(defn store! [b x] (set (b :^value) x))
|
||||||
|
|
||||||
(defn mod [x y]
|
(defn mod [x y]
|
||||||
(print "mod!")
|
(% x y))
|
||||||
(pp x)
|
|
||||||
(pp y)
|
|
||||||
(% x y))
|
|
||||||
|
|
||||||
(def ctx {
|
(def ctx {
|
||||||
"print!" print!
|
"print!" print!
|
||||||
|
|
Loading…
Reference in New Issue
Block a user