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.
2 parents 4ce9d14 + 060b15f commit 9d6a107Copy full SHA for 9d6a107
libraries/LittleFS/src/LittleFS.h
@@ -465,7 +465,6 @@ class LittleFSFileImpl : public FileImpl {
465
if (_opened && _fd) {
466
lfs_file_close(_fs->getFS(), _getFD());
467
_opened = false;
468
- DEBUGV("lfs_file_close: fd=%p\n", _getFD());
469
if (_timeCallback && (_flags & LFS_O_WRONLY)) {
470
// If the file opened with O_CREAT, write the creation time attribute
471
if (_creation) {
0 commit comments