1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-27 01:22:30 +00:00

win32: remove noisy debug log

It is quite unnecessary to log every window move.
This commit is contained in:
Kacper Michajłow 2023-09-17 17:09:49 +02:00 committed by sfan5
parent 181eddc80e
commit 63ca12d7bc

View File

@ -1088,7 +1088,6 @@ static LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam,
signal_events(w32, VO_EVENT_WIN_STATE);
update_display_info(w32); // if we moved between monitors
MP_DBG(w32, "move window: %d:%d\n", x, y);
break;
}
case WM_MOVING: {