Remove context menu debug log

This commit is contained in:
Lea Anthony 2020-12-20 21:06:34 +11:00
commit 7aea6980b5
No known key found for this signature in database
GPG key ID: 33DAF7BB90A58405

View file

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