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:
parent
a5c235754c
commit
307f472528
1 changed files with 0 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue