]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
disabled debug print I forgot about
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 5 Feb 2007 17:53:30 +0000 (17:53 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 5 Feb 2007 17:53:30 +0000 (17:53 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6797 d7cf8633-e32d-0410-b094-e92efae38249

sv_user.c

index 48553297743fd5ac5a7e95e30d5f1029d75baa63..de1412c62e45f5094396ed37d048f3ebd3582343 100644 (file)
--- a/sv_user.c
+++ b/sv_user.c
@@ -537,7 +537,7 @@ qboolean SV_ReadClientMove (void)
        }
 
        moveframetime = bound(0, move->time - host_client->cmd.time, 0.1);
-       Con_Printf("movesequence = %i (%i lost), moveframetime = %f\n", move->sequence, move->sequence ? move->sequence - host_client->movesequence - 1 : 0, moveframetime);
+       //Con_Printf("movesequence = %i (%i lost), moveframetime = %f\n", move->sequence, move->sequence ? move->sequence - host_client->movesequence - 1 : 0, moveframetime);
 
        // disable clientside movement prediction in some cases
        if (ceil((move->receivetime - move->time) * 1000.0) < sv_clmovement_minping.integer)