r5207 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Dec 13 13:41:02 EST 2008


Author: div0
Date: 2008-12-13 13:41:02 -0500 (Sat, 13 Dec 2008)
New Revision: 5207

Modified:
   trunk/data/qcsrc/server/scores.qc
Log:
remove some debug code


Modified: trunk/data/qcsrc/server/scores.qc
===================================================================
--- trunk/data/qcsrc/server/scores.qc	2008-12-13 15:51:15 UTC (rev 5206)
+++ trunk/data/qcsrc/server/scores.qc	2008-12-13 18:41:02 UTC (rev 5207)
@@ -595,8 +595,6 @@
 	entity p, plist, pprev, pbest, pbestprev, pfirst, plast;
 	float i;
 
-	DumpStats(0);
-
 	plist = world;
 
 	FOR_EACH_CLIENT(p)
@@ -634,8 +632,6 @@
 
 		pbest.field = ++i;
 
-		print("DEBUG: place ", ftos(i), " is ", pbest.netname, "\n");
-
 		if not(pfirst)
 			pfirst = pbest;
 		if(plast)




More information about the nexuiz-commits mailing list