Skip to content

Commit b0b6eb4

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 552f51b commit b0b6eb4

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
@@ -102,7 +102,6 @@ FileImplPtr VFSImpl::open(const char* fpath, const char* mode, const bool create
102102

103103
}
104104

105-
log_e("%s does not exist, no permits for creation", temp);
106105
free(temp);
107106
return FileImplPtr();
108107
}

0 commit comments

Comments
 (0)