From e3155314f470b26c85ae844fecd3667678a7b7ae Mon Sep 17 00:00:00 2001 From: Yveaux Date: Tue, 22 Oct 2024 19:44:42 +0200 Subject: [PATCH] Remove DEBUGV for lfs_file_close --- libraries/LittleFS/src/LittleFS.h | 1 - 1 file changed, 1 deletion(-) diff --git a/libraries/LittleFS/src/LittleFS.h b/libraries/LittleFS/src/LittleFS.h index 1626e13b7..162edf1f1 100644 --- a/libraries/LittleFS/src/LittleFS.h +++ b/libraries/LittleFS/src/LittleFS.h @@ -465,7 +465,6 @@ class LittleFSFileImpl : public FileImpl { if (_opened && _fd) { lfs_file_close(_fs->getFS(), _getFD()); _opened = false; - DEBUGV("lfs_file_close: fd=%p\n", _getFD()); if (_timeCallback && (_flags & LFS_O_WRONLY)) { // If the file opened with O_CREAT, write the creation time attribute if (_creation) {