[nexuiz-commits] r8257 - trunk/data/qcsrc/common

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sun Nov 8 14:11:18 EST 2009


Author: div0
Date: 2009-11-08 14:11:18 -0500 (Sun, 08 Nov 2009)
New Revision: 8257

Modified:
   trunk/data/qcsrc/common/util.qc
Log:
remove debug print


Modified: trunk/data/qcsrc/common/util.qc
===================================================================
--- trunk/data/qcsrc/common/util.qc	2009-11-08 19:10:45 UTC (rev 8256)
+++ trunk/data/qcsrc/common/util.qc	2009-11-08 19:11:18 UTC (rev 8257)
@@ -28,7 +28,6 @@
 	l = ((6-f) * f - 5) / 4.32808512266689022212;
 	l += exp(-l) * f - 1;
 	l += exp(-l) * f - 1;
-	print(ftos(l), " ", ftos(p), "\n");
 	return l * p;
 }
 float log(float f)



More information about the nexuiz-commits mailing list