Skip to content

Commit 060b15f

Browse files
authored
Remove DEBUGV for lfs_file_close (#2554)
1 parent 4e9a6de commit 060b15f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libraries/LittleFS/src/LittleFS.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,6 @@ class LittleFSFileImpl : public FileImpl {
465465
if (_opened && _fd) {
466466
lfs_file_close(_fs->getFS(), _getFD());
467467
_opened = false;
468-
DEBUGV("lfs_file_close: fd=%p\n", _getFD());
469468
if (_timeCallback && (_flags & LFS_O_WRONLY)) {
470469
// If the file opened with O_CREAT, write the creation time attribute
471470
if (_creation) {

0 commit comments

Comments
 (0)