Skip to content

Commit 1d32e29

Browse files
committed
remove println
1 parent a51bdc2 commit 1d32e29

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/baller/text.cljs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@
9090
(let [operator (if (< to-scale original-scale) - +)
9191
comparitor (if (< to-scale original-scale) > <)
9292
scale (operator original-scale (/ (* f speed) 20))]
93-
(println original-scale to-scale (operator 1 1) (comparitor 1 2) scale)
9493
(s/set-scale! text scale)
9594
(<! (e/next-frame))
9695
(when (comparitor scale to-scale)

0 commit comments

Comments
 (0)