From 83a9479f76fc8cb37c8142b21b5942117b4c7394 Mon Sep 17 00:00:00 2001
From: divverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Date: Tue, 20 Dec 2011 20:16:30 +0000
Subject: [PATCH] oops, didn't want this debug spam to be committed

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11619 d7cf8633-e32d-0410-b094-e92efae38249
---
 cl_input.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/cl_input.c b/cl_input.c
index 01850eff..af5289f5 100644
--- a/cl_input.c
+++ b/cl_input.c
@@ -1794,10 +1794,7 @@ void CL_SendMove(void)
 	cl.cmd.msec = (unsigned char)bound(0, msecdelta, 255);
 	// ridiculous value rejection (matches qw)
 	if (cl.cmd.msec > 250)
-	{
-		Con_Printf("RIDICULOUS! %f - %f > 0.25 sec, namely, %d ms, quemove=%d\n", cl.cmd.time, cl.movecmd[1].time, (int) msecdelta, (int) quemove);
 		cl.cmd.msec = 100;
-	}
 	cl.cmd.frametime = cl.cmd.msec * (1.0 / 1000.0);
 
 	cl.cmd.predicted = cl_movement.integer != 0;
-- 
2.39.5