SVGA: Remove some excess logging.

This commit is contained in:
OBattler
2025-03-30 07:32:46 +02:00
parent e4877a57c5
commit d2afb44412
2 changed files with 0 additions and 10 deletions

View File

@@ -2016,7 +2016,6 @@ svga_doblit(int wx, int wy, svga_t *svga)
/* Block resolution changes while in DPMS mode to avoid getting a bogus
screen width (320). We're already rendering a blank screen anyway. */
pclog("%i + %i, %i + %i\n", svga->monitor->mon_xsize, x_add, svga->monitor->mon_ysize, y_add);
if (!svga->dpms)
set_screen_size_monitor(svga->monitor->mon_xsize + x_add, svga->monitor->mon_ysize + y_add, svga->monitor_index);