mirror of
https://github.com/penpot/penpot.git
synced 2025-02-01 11:59:17 -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
|
||||||
name-ref (mf/use-var (:name token))
|
name-ref (mf/use-var (:name token))
|
||||||
name-errors (mf/use-state nil)
|
name-errors (mf/use-state nil)
|
||||||
_ (js/console.log "name-errors" @name-errors)
|
|
||||||
validate-name (mf/use-callback
|
validate-name (mf/use-callback
|
||||||
(mf/deps tokens-tree)
|
(mf/deps tokens-tree)
|
||||||
(fn [value]
|
(fn [value]
|
||||||
|
|
|
@ -47,7 +47,6 @@
|
||||||
path-target (reduce
|
path-target (reduce
|
||||||
(fn [acc cur]
|
(fn [acc cur]
|
||||||
(let [target (get acc cur)]
|
(let [target (get acc cur)]
|
||||||
(prn target cur)
|
|
||||||
(cond
|
(cond
|
||||||
;; Path segment doesn't exist yet
|
;; Path segment doesn't exist yet
|
||||||
(nil? target) (reduced false)
|
(nil? target) (reduced false)
|
||||||
|
|
Loading…
Add table
Reference in a new issue