0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-06 14:50:20 -05:00

remove print statement

This commit is contained in:
Akshay Gupta 2024-06-05 22:23:27 +05:30
parent a5c235754c
commit 307f472528
No known key found for this signature in database

View file

@ -67,7 +67,6 @@
on-submit (fn [e]
(dom/prevent-default e)
(println "token type is" (:type token) token-type)
(let [token-value (-> (fields->map @state)
(first)
(val))