diff --git a/v2/internal/ffenestri/ffenestri_darwin.c b/v2/internal/ffenestri/ffenestri_darwin.c index 0df28c25d..521744da4 100644 --- a/v2/internal/ffenestri/ffenestri_darwin.c +++ b/v2/internal/ffenestri/ffenestri_darwin.c @@ -2214,7 +2214,7 @@ void parseContextMenus(struct Application *app) { hashmap_put(&contextMenuMap, (char*)contextMenu->key, strlen(contextMenu->key), menu); } - dumpContextMenus(app); +// dumpContextMenus(app); } void parseTrayData(struct Application *app) {