Remove debug print

pull/7753/head
deepikabhavnani 2018-07-27 13:40:43 -05:00 committed by adbridge
parent b630133a6b
commit ff16f69d87
1 changed files with 0 additions and 1 deletions

View File

@ -464,7 +464,6 @@ int FATFileSystem::remove(const char *path)
if (res != FR_OK) {
debug_if(FFS_DBG, "f_unlink() failed: %d\n", res);
if (res == FR_DENIED) {
printf("hi %d -> %d\n", FR_DENIED, -ENOTEMPTY);
return -ENOTEMPTY;
}
}