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:
parent
181eddc80e
commit
63ca12d7bc
@ -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: {
|
||||
|
Loading…
Reference in New Issue
Block a user