Skip to content

Commit a4412ae

Browse files
committed
Remove VFSImpl::open can't create file log
All it dose is clog the log when calling VFSImpl::exists. Related to <espressif#7615>
1 parent 3bfa3e0 commit a4412ae

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: libraries/FS/src/vfs_api.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ FileImplPtr VFSImpl::open(const char *fpath, const char *mode, const bool create
9696
return std::make_shared<VFSFileImpl>(this, fpath, mode);
9797
}
9898

99-
log_e("%s does not exist, no permits for creation", temp);
10099
free(temp);
101100
return FileImplPtr();
102101
}

0 commit comments

Comments
 (0)