From: Samual Date: Mon, 24 Oct 2011 18:27:34 +0000 (-0400) Subject: Comment out debug print X-Git-Tag: xonotic-v0.6.0~35^2~78^2~7^2~10 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=18ec34501c9c2aaddcc65e78c4044c3cc5ee9a6c;p=xonotic%2Fxonotic-data.pk3dir.git Comment out debug print --- diff --git a/qcsrc/client/View.qc b/qcsrc/client/View.qc index 827c4f3ec..077a0d21c 100644 --- a/qcsrc/client/View.qc +++ b/qcsrc/client/View.qc @@ -194,7 +194,7 @@ vector GetCurrentFov(float fov) avgspeed = avgspeed * (1 - velocityzoom) + (curspeed / autocvar_cl_velocityzoom_speed) * velocityzoom; velocityzoom = exp(float2range11(avgspeed * -autocvar_cl_velocityzoom / 1) * 1); - print(ftos(avgspeed), " avgspeed, ", ftos(curspeed), " curspeed, ", ftos(velocityzoom), " return\n"); // for debugging + //print(ftos(avgspeed), " avgspeed, ", ftos(curspeed), " curspeed, ", ftos(velocityzoom), " return\n"); // for debugging } else velocityzoom = 1;