Skip to content

Commit feda355

Browse files
author
deepikabhavnani
committed
Remove debug print
1 parent cc506ee commit feda355

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)