mirror of
https://github.com/wavetermdev/wails.git
synced 2026-08-05 13:53:43 -07:00
Remove debug logging
This commit is contained in:
@@ -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 ) {
|
||||
|
||||
Reference in New Issue
Block a user