mirror of
https://github.com/penpot/penpot.git
synced 2025-03-10 06:41:40 -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
|
(defn- transform-attr
|
||||||
[[key value :as pair]]
|
[[key value :as pair]]
|
||||||
(println "transform-attr" pair)
|
|
||||||
(case key
|
(case key
|
||||||
:view-box [key (apply str (interpose " " value))]
|
:view-box [key (apply str (interpose " " value))]
|
||||||
:lock [:preserveAspectRatio
|
:lock [:preserveAspectRatio
|
||||||
|
|
Loading…
Add table
Reference in a new issue