Remove DEBUGV for lfs_file_close (#2554)

This commit is contained in:
Yveaux 2024-10-22 20:12:12 +02:00 committed by GitHub
parent 4e9a6de09e
commit 060b15fa27
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -465,7 +465,6 @@ public:
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) {