Delete errant prints
This commit is contained in:
parent
eadd6e8047
commit
d7d9e71d67
|
@ -222,9 +222,6 @@
|
||||||
(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!")
|
|
||||||
(pp x)
|
|
||||||
(pp y)
|
|
||||||
(% x y))
|
(% x y))
|
||||||
|
|
||||||
(def ctx {
|
(def ctx {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user