aboutsummaryrefslogtreecommitdiffstats
path: root/code/qcommon
diff options
context:
space:
mode:
Diffstat (limited to 'code/qcommon')
-rw-r--r--code/qcommon/files.c1
1 files changed, 0 insertions, 1 deletions
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" );