0
Fork 0
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:
Akshay Gupta 2024-06-05 22:06:59 +05:30
parent a98d6b4c07
commit a5c235754c
No known key found for this signature in database

View file

@ -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)