From fee4381e183e3148e056573e04ff50f44e25558a Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Sat, 19 Nov 2005 02:14:34 +0000 Subject: [PATCH] * Remove the debug text that nobody seemed to notice --- code/qcommon/files.c | 1 - 1 file changed, 1 deletion(-) diff --git a/code/qcommon/files.c b/code/qcommon/files.c index 15754ba6..ebf19b16 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" );