r4083 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Aug 9 17:10:12 EDT 2008


Author: div0
Date: 2008-08-09 17:10:12 -0400 (Sat, 09 Aug 2008)
New Revision: 4083

Modified:
   trunk/data/qcsrc/server/race.qc
Log:
remove two debug prints


Modified: trunk/data/qcsrc/server/race.qc
===================================================================
--- trunk/data/qcsrc/server/race.qc	2008-08-09 19:52:21 UTC (rev 4082)
+++ trunk/data/qcsrc/server/race.qc	2008-08-09 21:10:12 UTC (rev 4083)
@@ -244,7 +244,6 @@
 {
 	if(!g_race)
 		return;
-	print("prepare\n");
 	race_ClearTime(self);
 }
 
@@ -252,7 +251,6 @@
 {
 	if(!g_race)
 		return;
-	print("retract\n");
 	self.race_checkpoint = race_PreviousCheckpoint(self.race_checkpoint);
 	if(self.race_checkpoint == 0)
 		race_ClearTime(self);




More information about the nexuiz-commits mailing list