From 18ec34501c9c2aaddcc65e78c4044c3cc5ee9a6c Mon Sep 17 00:00:00 2001 From: Samual Date: Mon, 24 Oct 2011 14:27:34 -0400 Subject: [PATCH] Comment out debug print --- qcsrc/client/View.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2