Skip to content

Commit 6a200b4

Browse files
authored
remove log which is just littering
1 parent 4fd46ba commit 6a200b4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libraries/FS/src/vfs_api.cpp

Lines changed: 0 additions & 1 deletion
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)