mirror of
https://github.com/penpot/penpot.git
synced 2025-01-06 14:50:20 -05:00
Cleanup debug statements
This commit is contained in:
parent
a98d6b4c07
commit
a5c235754c
1 changed files with 0 additions and 2 deletions
|
@ -175,9 +175,7 @@
|
|||
(mf/defc token-pill-context-menu
|
||||
[context-data]
|
||||
(let [menu-entries (generate-menu-entries context-data)]
|
||||
;;(js/console.log menu-entries)
|
||||
(for [[index {:keys [title action selected? children submenu]}] (d/enumerate menu-entries)]
|
||||
;;(println "children is " children)
|
||||
[:& menu-entry {:key index
|
||||
:title title
|
||||
:on-click (when (not children) action)
|
||||
|
|
Loading…
Reference in a new issue