diff --git a/src/v_video.c b/src/v_video.c index 8d15fe8b5..f766d4b7e 100644 --- a/src/v_video.c +++ b/src/v_video.c @@ -4128,8 +4128,6 @@ void V_Recalc(void) #endif vid.fdupx = vid.fdupy = (vid.fdupx < vid.fdupy ? vid.fdupx : vid.fdupy); - I_OutputMsg("width: %d, height: %d\n", vid.width, vid.height); - if (loaded_config // this could use a better name, since it is more and indicator that early startup is done and its safe to do sketchy shit now :chaosleep: && (vid.width > 720) && (vid.height > 1280)) // ehhhh well this thing has so many issues, so ill lock it to higher resolutions instead {