Skip to content

Commit

Permalink
Merge pull request ARMmbed#7632 from deepikabhavnani/remove_print
Browse files Browse the repository at this point in the history
Remove debug print
  • Loading branch information
Cruz Monrreal committed Jul 31, 2018
2 parents 61754b7 + a2c2056 commit 1e302b1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion features/filesystem/fat/FATFileSystem.cpp
Expand Up @@ -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;
}
}
Expand Down

0 comments on commit 1e302b1

Please sign in to comment.