0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-23 23:18:48 -05:00

🔥 Remove debugging prn

This commit is contained in:
Andrey Antukh 2023-03-03 16:30:33 +01:00
parent 2cddc49463
commit 84dc3c8fd9

View file

@ -380,7 +380,6 @@
(defn rotate
"Rotates the point around center with an angle"
[p c angle]
(prn "ROTATE" p c angle)
(assert (point? p) "point instance expected")
(assert (point? c) "point instance expected")
(let [angle (mth/radians angle)