forked from fte/fteqw
1
0
Fork 0

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
1 changed files with 0 additions and 2 deletions

View File

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