Skip to content

Commit

Permalink
rm println statements
Browse files Browse the repository at this point in the history
  • Loading branch information
avidrucker authored Sep 11, 2023
1 parent 4d6d821 commit fd75cda
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions shapes/src/shapes/core.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@
(defn type-to-name
"Return a string representation of the type indicated by the symbol `thing`."
[thing]
;; (println (str "thing is a type of " (type thing)))
;; (println (str "thing printed out as-is is " thing))
(cond
(string? thing) "string"
(number? thing) "number"
Expand Down

0 comments on commit fd75cda

Please sign in to comment.