[misc] remove unwanted debug statements

* Also clarify ChangeLog
This commit is contained in:
Pete Batard 2015-08-29 17:15:39 +01:00
parent 3839bf42ce
commit 87892e24cc
3 changed files with 7 additions and 9 deletions

View file

@ -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));
}
}