mirror of
https://github.com/penpot/penpot.git
synced 2025-07-26 05:07:24 +02: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
Add a link
Reference in a new issue