r3405 - trunk/data/qcsrc/menu/nexuiz

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Feb 23 13:08:50 EST 2008


Author: div0
Date: 2008-02-23 13:08:50 -0500 (Sat, 23 Feb 2008)
New Revision: 3405

Modified:
   trunk/data/qcsrc/menu/nexuiz/checkbox.c
Log:
oops


Modified: trunk/data/qcsrc/menu/nexuiz/checkbox.c
===================================================================
--- trunk/data/qcsrc/menu/nexuiz/checkbox.c	2008-02-23 18:08:18 UTC (rev 3404)
+++ trunk/data/qcsrc/menu/nexuiz/checkbox.c	2008-02-23 18:08:50 UTC (rev 3405)
@@ -47,7 +47,6 @@
 		n = 0;
 		y = 1;
 	}
-	print("y = ", ftos(y), ", n = ", ftos(n), "\n");
 	return makeNexuizCheckBoxEx(y, n, theCvar, theText);
 }
 entity makeNexuizCheckBoxEx(float theYesValue, float theNoValue, string theCvar, string theText)




More information about the nexuiz-commits mailing list