From d8447a84b510334e715f25bcde07570ec2a3b2a5 Mon Sep 17 00:00:00 2001 From: tma Date: Sat, 19 Nov 2005 02:14:34 +0000 Subject: * Remove the debug text that nobody seemed to notice git-svn-id: svn://svn.icculus.org/quake3/trunk@367 edf5b092-35ff-0310-97b2-ce42778d08ea --- code/qcommon/files.c | 1 - 1 file changed, 1 deletion(-) diff --git a/code/qcommon/files.c b/code/qcommon/files.c index 15754ba..ebf19b1 100644 --- a/code/qcommon/files.c +++ b/code/qcommon/files.c @@ -1389,7 +1389,6 @@ int FS_Seek( fileHandle_t f, long offset, int origin ) { 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" ); -- cgit v1.2.3