From f6a576e7031b9dae3b683f010264505991778d33 Mon Sep 17 00:00:00 2001 From: vortex Date: Sun, 31 Oct 2010 03:11:58 +0000 Subject: [PATCH] remove unnecessary Con_Printf git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@10575 d7cf8633-e32d-0410-b094-e92efae38249 ::stable-branch::merge=409f1e598f852332f7cefc554c18c511af0388ed --- cl_video.c | 1 - 1 file changed, 1 deletion(-) diff --git a/cl_video.c b/cl_video.c index e234700c..84fda118 100644 --- a/cl_video.c +++ b/cl_video.c @@ -448,7 +448,6 @@ void CL_DrawVideo(void) if (cl_video_keepaspectratio.integer) { float a = ((float)video->cpif.width / (float)video->cpif.height) / ((float)vid.width / (float)vid.height); - Con_Printf("%f\n", a); if (a < 1.0) // scale horizontally { px += sx * (1 - a) * 0.5; -- 2.39.2