mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-28 13:44:15 -04:00
[misc] remove unwanted debug statements
* Also clarify ChangeLog
This commit is contained in:
parent
3839bf42ce
commit
87892e24cc
3 changed files with 7 additions and 9 deletions
|
@ -2473,9 +2473,7 @@ static INT_PTR CALLBACK MainCallback(HWND hDlg, UINT message, WPARAM wParam, LPA
|
|||
break;
|
||||
} else if (i == 2) {
|
||||
selection_default = BT_IMG;
|
||||
uprintf("CURSEL = %d", ComboBox_GetCurSel(hBootType));
|
||||
SetComboEntry(hBootType, selection_default);
|
||||
uprintf("CURSEL = %d", ComboBox_GetCurSel(hBootType));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue