0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-08 07:50:43 -05:00

remove println statement

This commit is contained in:
Akshay Gupta 2024-06-03 23:34:51 +05:30
parent 193ad115a2
commit a553253d28
No known key found for this signature in database

View file

@ -65,7 +65,6 @@
:selected-shapes selected-shapes}))) :selected-shapes selected-shapes})))
(defn update-shape-dimensions [value shape-ids attributes] (defn update-shape-dimensions [value shape-ids attributes]
(println "attributes is " attributes)
(st/emit! (dwt/update-dimensions shape-ids (first attributes) value))) (st/emit! (dwt/update-dimensions shape-ids (first attributes) value)))
(defn update-layout-sizing-limits [value shape-ids attributes] (defn update-layout-sizing-limits [value shape-ids attributes]