forked from pyrite-dev/milsko
remove debug message
This commit is contained in:
parent
1d4b1d4e35
commit
b38c146ddf
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue