remove fprint

This commit is contained in:
bilsaboob 2022-03-28 21:28:31 +02:00
parent 6b9873c31e
commit 91d5560299

View File

@ -690,7 +690,7 @@ static LRESULT CALLBACK windowProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM l
case WM_UNICHAR:
{
printf("char event: (lParam=%d, wParam=%d)\n", lParam, wParam);
//printf("char event: (lParam=%d, wParam=%d)\n", lParam, wParam);
if (wParam == UNICODE_NOCHAR)
{