r5028 - trunk/data/qcsrc/menu/nexuiz

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sun Nov 9 15:25:06 EST 2008


Author: div0
Date: 2008-11-09 15:25:06 -0500 (Sun, 09 Nov 2008)
New Revision: 5028

Modified:
   trunk/data/qcsrc/menu/nexuiz/campaign.c
Log:
remove debug print :P


Modified: trunk/data/qcsrc/menu/nexuiz/campaign.c
===================================================================
--- trunk/data/qcsrc/menu/nexuiz/campaign.c	2008-11-09 20:24:49 UTC (rev 5027)
+++ trunk/data/qcsrc/menu/nexuiz/campaign.c	2008-11-09 20:25:06 UTC (rev 5028)
@@ -191,7 +191,6 @@
 			else
 				j = mod(j + step, n);
 			s = search_getfilename(me.campaignGlob, j);
-			print(s, "\n");
 			s = substring(s, 13, strlen(s) - 17);
 			cvar_set("g_campaign_name", s);
 			me.loadCvars(me);




More information about the nexuiz-commits mailing list