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:
parent
2cddc49463
commit
84dc3c8fd9
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue