Delete errant prints

This commit is contained in:
Scott Richmond 2024-06-11 17:24:22 -04:00
parent eadd6e8047
commit d7d9e71d67

View File

@ -222,9 +222,6 @@
(defn store! [b x] (set (b :^value) x))
(defn mod [x y]
(print "mod!")
(pp x)
(pp y)
(% x y))
(def ctx {