Merge pull request #7632 from deepikabhavnani/remove_print

Remove debug print
pull/7664/head
Cruz Monrreal 2018-07-31 11:41:15 -05:00 committed by GitHub
commit 4e6942fef1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;
}
}