r5743 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed Feb 4 07:11:58 EST 2009


Author: div0
Date: 2009-02-04 07:11:58 -0500 (Wed, 04 Feb 2009)
New Revision: 5743

Modified:
   trunk/data/qcsrc/server/g_world.qc
Log:
remove some debug print


Modified: trunk/data/qcsrc/server/g_world.qc
===================================================================
--- trunk/data/qcsrc/server/g_world.qc	2009-02-04 10:37:18 UTC (rev 5742)
+++ trunk/data/qcsrc/server/g_world.qc	2009-02-04 12:11:58 UTC (rev 5743)
@@ -2105,7 +2105,6 @@
 					pakfile = whichpack(strcat(mapfile, ".jpg"));
 				if(pakfile == "")
 					pakfile = whichpack(strcat(mapfile, ".png"));
-				print("pakfile is ", pakfile, "\n");
 				for(o = strstr(pakfile, "/", 0)+1; o > 0; o = strstr(pakfile, "/", 0)+1)
 					pakfile = substring(pakfile, o, 999);
 				WriteString(MSG_ENTITY, pakfile);




More information about the nexuiz-commits mailing list