Remove context menu debug log

This commit is contained in:
Lea Anthony
2020-12-20 21:06:34 +11:00
parent 99e790944f
commit 7aea6980b5

View File

@@ -2214,7 +2214,7 @@ void parseContextMenus(struct Application *app) {
hashmap_put(&contextMenuMap, (char*)contextMenu->key, strlen(contextMenu->key), menu); hashmap_put(&contextMenuMap, (char*)contextMenu->key, strlen(contextMenu->key), menu);
} }
dumpContextMenus(app); // dumpContextMenus(app);
} }
void parseTrayData(struct Application *app) { void parseTrayData(struct Application *app) {