From 7aea6980b5062e1efe3d7f6a71c8eeea45f121ca Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Sun, 20 Dec 2020 21:06:34 +1100 Subject: [PATCH] Remove context menu debug log --- v2/internal/ffenestri/ffenestri_darwin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {