mirror of
https://github.com/penpot/penpot.git
synced 2025-03-09 22:31:50 -05:00
Remove useless println.
This commit is contained in:
parent
ca2c76325d
commit
edc8d25ab3
1 changed files with 0 additions and 1 deletions
|
@ -6,7 +6,6 @@
|
|||
|
||||
(defn- transform-attr
|
||||
[[key value :as pair]]
|
||||
(println "transform-attr" pair)
|
||||
(case key
|
||||
:view-box [key (apply str (interpose " " value))]
|
||||
:lock [:preserveAspectRatio
|
||||
|
|
Loading…
Add table
Reference in a new issue