mirror of
https://github.com/penpot/penpot.git
synced 2025-12-12 06:24:17 +01:00
Remove logs
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user