We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fd46ba commit 6a200b4Copy full SHA for 6a200b4
libraries/FS/src/vfs_api.cpp
@@ -96,7 +96,6 @@ FileImplPtr VFSImpl::open(const char *fpath, const char *mode, const bool create
96
return std::make_shared<VFSFileImpl>(this, fpath, mode);
97
}
98
99
- log_e("%s does not exist, no permits for creation", temp);
100
free(temp);
101
return FileImplPtr();
102
0 commit comments