diff --git a/engine/client/sys_morphos.c b/engine/client/sys_morphos.c index dc10ca460..308e7cf11 100755 --- a/engine/client/sys_morphos.c +++ b/engine/client/sys_morphos.c @@ -175,8 +175,6 @@ int Sys_FileTime(char *path) UnLock(lock); } - else - dprintf("Unable to find file %s\n", path); return ret; }