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:
parent
87b13077cd
commit
3af40cdc7c
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue