[nexuiz-commits] r6932 - trunk/data/qcsrc/client

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Mon Jun 8 15:43:23 EDT 2009


Author: div0
Date: 2009-06-08 15:43:23 -0400 (Mon, 08 Jun 2009)
New Revision: 6932

Modified:
   trunk/data/qcsrc/client/miscfunctions.qc
Log:
remove another print


Modified: trunk/data/qcsrc/client/miscfunctions.qc
===================================================================
--- trunk/data/qcsrc/client/miscfunctions.qc	2009-06-08 19:27:37 UTC (rev 6931)
+++ trunk/data/qcsrc/client/miscfunctions.qc	2009-06-08 19:43:23 UTC (rev 6932)
@@ -298,8 +298,6 @@
 	}
 	vec_x *= vid_conwidth / vid_width;
 	vec_y *= vid_conheight / vid_height;
-	print(vtos(vec), " -> ");
-	print(vtos(cs_project(cs_unproject(vec))), "\n");
 	return vec;
 }
 



More information about the nexuiz-commits mailing list