1
0
Fork 0
forked from fte/fteqw

Removed dprintf() call.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2348 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Mark Olsen 2006-07-08 23:29:27 +00:00
parent 87b13077cd
commit 3af40cdc7c

View file

@ -175,8 +175,6 @@ int Sys_FileTime(char *path)
UnLock(lock); UnLock(lock);
} }
else
dprintf("Unable to find file %s\n", path);
return ret; return ret;
} }