mirror of
https://github.com/penpot/penpot.git
synced 2025-01-23 06:58:58 -05:00
remove print statement
This commit is contained in:
parent
a5c235754c
commit
307f472528
1 changed files with 0 additions and 1 deletions
|
@ -67,7 +67,6 @@
|
||||||
|
|
||||||
on-submit (fn [e]
|
on-submit (fn [e]
|
||||||
(dom/prevent-default e)
|
(dom/prevent-default e)
|
||||||
(println "token type is" (:type token) token-type)
|
|
||||||
(let [token-value (-> (fields->map @state)
|
(let [token-value (-> (fields->map @state)
|
||||||
(first)
|
(first)
|
||||||
(val))
|
(val))
|
||||||
|
|
Loading…
Add table
Reference in a new issue