mirror of https://github.com/ARMmbed/mbed-os.git
Remove debug print
parent
b630133a6b
commit
ff16f69d87
|
@ -464,7 +464,6 @@ int FATFileSystem::remove(const char *path)
|
||||||
if (res != FR_OK) {
|
if (res != FR_OK) {
|
||||||
debug_if(FFS_DBG, "f_unlink() failed: %d\n", res);
|
debug_if(FFS_DBG, "f_unlink() failed: %d\n", res);
|
||||||
if (res == FR_DENIED) {
|
if (res == FR_DENIED) {
|
||||||
printf("hi %d -> %d\n", FR_DENIED, -ENOTEMPTY);
|
|
||||||
return -ENOTEMPTY;
|
return -ENOTEMPTY;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue