diff options
author | tma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-11-19 02:14:34 +0000 |
---|---|---|
committer | tma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-11-19 02:14:34 +0000 |
commit | d8447a84b510334e715f25bcde07570ec2a3b2a5 (patch) | |
tree | bfea8a8b04799c137b1e75e1f5b9093a52377e36 /code/qcommon | |
parent | e90d030380704ee032838b7b03014982ac84d8f4 (diff) | |
download | ioquake3-aero-d8447a84b510334e715f25bcde07570ec2a3b2a5.tar.gz ioquake3-aero-d8447a84b510334e715f25bcde07570ec2a3b2a5.zip |
* Remove the debug text that nobody seemed to notice
git-svn-id: svn://svn.icculus.org/quake3/trunk@367 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'code/qcommon')
-rw-r--r-- | code/qcommon/files.c | 1 |
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" ); |