summaryrefslogtreecommitdiff
path: root/src/flash/ecos.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/flash/ecos.c')
-rw-r--r--src/flash/ecos.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/flash/ecos.c b/src/flash/ecos.c
index 5994660c..57c760fd 100644
--- a/src/flash/ecos.c
+++ b/src/flash/ecos.c
@@ -196,7 +196,6 @@ int loadDriver(ecosflash_flash_bank_t *info)
if (image_open(&image, info->driverPath, NULL) != ERROR_OK)
{
- ERROR("load_image error: %s", image.error_str);
return ERROR_FLASH_BANK_INVALID;
}