msi: Remove incorrect ERR as messages can be sent before the control is created.

This commit is contained in:
James Hawkins 2007-05-06 20:31:42 -05:00 committed by Alexandre Julliard
parent 933fd8b879
commit 12c33ab8aa
1 changed files with 1 additions and 2 deletions

View File

@ -3185,8 +3185,7 @@ static LRESULT msi_dialog_oncommand( msi_dialog *dialog, WPARAM param, HWND hwnd
msi_dialog_evaluate_control_conditions( dialog );
}
}
else
ERR("button click from nowhere %p %d %p\n", dialog, param, hwnd);
return 0;
}