mirror of
https://github.com/penpot/penpot.git
synced 2026-09-19 02:21:44 +08:00
Remove useless println.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user