mirror of
https://github.com/izzy2lost/ppsspp.git
synced 2026-03-10 12:43:04 -07:00
Remove some unnecessary logging. Fixes #10753
This commit is contained in:
@@ -172,7 +172,6 @@ bool getFileInfo(const char *path, FileInfo *fileInfo) {
|
||||
int result = stat64(copy.c_str(), &file_info);
|
||||
#endif
|
||||
if (result < 0) {
|
||||
WLOG("IsDirectory: stat failed on %s", path);
|
||||
fileInfo->exists = false;
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user