Remove debug logging

This commit is contained in:
Lea Anthony
2021-03-04 06:18:11 +11:00
parent 9003462457
commit c66dc777f3
-2
View File
@@ -589,10 +589,8 @@ id processTextMenuItem(Menu *menu, id parentMenu, const char *title, const char
id key = processAcceleratorKey(acceleratorkey);
msg(item, s("initWithTitle:action:keyEquivalent:"), str(title),
s("menuItemCallback:"), key);
printf("Menuitem title: %s\n", title);
} else {
msg(item, s("initWithTitle:action:keyEquivalent:"), str(title), s("menuItemCallback:"), str(""));
printf("ALT Menuitem title: %s\n", title);
}
if( tooltip != NULL ) {