remove debug message

This commit is contained in:
Nishi 2026-05-11 03:55:42 +09:00
commit b38c146ddf
Signed by: nishi
GPG key ID: 27EF69B208EB9343

View file

@ -200,7 +200,6 @@ static void mouse_up(MwWidget handle, void* ptr) {
} else if(in_area) {
if(arrlen(m->sub[i]->sub) == 0) {
MwDispatchUserHandler(handle, MwNmenuHandler, m->sub[i]);
printf("fired\n");
}
} else if(m->sub[i]->wsub != NULL) {
MwDestroyWidget(m->sub[i]->wsub);