summaryrefslogtreecommitdiffstats
path: root/src/hci/commands
diff options
context:
space:
mode:
Diffstat (limited to 'src/hci/commands')
-rw-r--r--src/hci/commands/image_cmd.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/hci/commands/image_cmd.c b/src/hci/commands/image_cmd.c
index 4fe0ca9c2..2d35ebcb2 100644
--- a/src/hci/commands/image_cmd.c
+++ b/src/hci/commands/image_cmd.c
@@ -134,8 +134,6 @@ static int imgfetch_core_exec ( struct image_type *image_type, int load,
/* Fill in command line */
imgfill_cmdline ( image, ( argc - optind ), &argv[optind] );
- printf ( "name = %s, filename = %s\n", name, filename );
-
/* Fetch the image */
if ( ( rc = imgfetch ( image, filename, load ) ) != 0 ) {
printf ( "Could not fetch %s: %s\n", name, strerror ( rc ) );