r367 - trunk/code/qcommon

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Fri Nov 18 21:14:42 EST 2005


Author: tma
Date: 2005-11-18 21:14:34 -0500 (Fri, 18 Nov 2005)
New Revision: 367

Modified:
   trunk/code/qcommon/files.c
Log:
* Remove the debug text that nobody seemed to notice


Modified: trunk/code/qcommon/files.c
===================================================================
--- trunk/code/qcommon/files.c	2005-11-19 00:57:26 UTC (rev 366)
+++ trunk/code/qcommon/files.c	2005-11-19 02:14:34 UTC (rev 367)
@@ -1389,7 +1389,6 @@
 		byte	buffer[PK3_SEEK_BUFFER_SIZE];
 		int		remainder = offset;
 
-		Com_Printf( S_COLOR_YELLOW "%s %d %d\n", fsh[f].name, offset, origin );
 		if( offset < 0 || origin == FS_SEEK_END ) {
 			Com_Error( ERR_FATAL, "Negative offsets and FS_SEEK_END not implemented "
 					"for FS_Seek on pk3 file contents\n" );




More information about the quake3-commits mailing list