mirror of
https://github.com/penpot/penpot.git
synced 2025-01-21 06:02:32 -05:00
Remove logs
This commit is contained in:
parent
ec511cc589
commit
111be97228
2 changed files with 0 additions and 2 deletions
|
@ -154,7 +154,6 @@ Token names should only contain letters and digits separated by . characters.")}
|
|||
;; Name
|
||||
name-ref (mf/use-var (:name token))
|
||||
name-errors (mf/use-state nil)
|
||||
_ (js/console.log "name-errors" @name-errors)
|
||||
validate-name (mf/use-callback
|
||||
(mf/deps tokens-tree)
|
||||
(fn [value]
|
||||
|
|
|
@ -47,7 +47,6 @@
|
|||
path-target (reduce
|
||||
(fn [acc cur]
|
||||
(let [target (get acc cur)]
|
||||
(prn target cur)
|
||||
(cond
|
||||
;; Path segment doesn't exist yet
|
||||
(nil? target) (reduced false)
|
||||
|
|
Loading…
Add table
Reference in a new issue