0
Fork 0
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:
Andrey Antukh 2016-01-06 21:09:32 +02:00
parent ca2c76325d
commit edc8d25ab3

View file

@ -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