* Remove the debug text that nobody seemed to notice

This commit is contained in:
Tim Angus 2005-11-19 02:14:34 +00:00
parent 82893aebc9
commit fee4381e18

View file

@ -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" );