Compare commits

...

2 Commits

Author SHA1 Message Date
Lea Anthony
eb4bff89da v2.0.0-alpha.44 2021-03-04 06:18:31 +11:00
Lea Anthony
c66dc777f3 Remove debug logging 2021-03-04 06:18:11 +11:00
2 changed files with 1 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
package main package main
var version = "v2.0.0-alpha.43" var version = "v2.0.0-alpha.44"

View File

@@ -589,10 +589,8 @@ id processTextMenuItem(Menu *menu, id parentMenu, const char *title, const char
id key = processAcceleratorKey(acceleratorkey); id key = processAcceleratorKey(acceleratorkey);
msg(item, s("initWithTitle:action:keyEquivalent:"), str(title), msg(item, s("initWithTitle:action:keyEquivalent:"), str(title),
s("menuItemCallback:"), key); s("menuItemCallback:"), key);
printf("Menuitem title: %s\n", title);
} else { } else {
msg(item, s("initWithTitle:action:keyEquivalent:"), str(title), s("menuItemCallback:"), str("")); msg(item, s("initWithTitle:action:keyEquivalent:"), str(title), s("menuItemCallback:"), str(""));
printf("ALT Menuitem title: %s\n", title);
} }
if( tooltip != NULL ) { if( tooltip != NULL ) {