Skip to content

Commit 4e6942f

Browse files
author
Cruz Monrreal
authored
Merge pull request #7632 from deepikabhavnani/remove_print
Remove debug print
2 parents 41bd4c4 + feda355 commit 4e6942f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

features/filesystem/fat/FATFileSystem.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,6 @@ int FATFileSystem::remove(const char *path)
464464
if (res != FR_OK) {
465465
debug_if(FFS_DBG, "f_unlink() failed: %d\n", res);
466466
if (res == FR_DENIED) {
467-
printf("hi %d -> %d\n", FR_DENIED, -ENOTEMPTY);
468467
return -ENOTEMPTY;
469468
}
470469
}

0 commit comments

Comments
 (0)