diff --git a/features/filesystem/fat/FATFileSystem.cpp b/features/filesystem/fat/FATFileSystem.cpp index 48871cd9bf..629d077a88 100644 --- a/features/filesystem/fat/FATFileSystem.cpp +++ b/features/filesystem/fat/FATFileSystem.cpp @@ -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; } }