summaryrefslogtreecommitdiffstats
path: root/src/usr
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr')
-rw-r--r--src/usr/imgmgmt.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/usr/imgmgmt.c b/src/usr/imgmgmt.c
index df2519552..ab4897bf3 100644
--- a/src/usr/imgmgmt.c
+++ b/src/usr/imgmgmt.c
@@ -55,8 +55,6 @@ static int imgfetch_autoload ( struct image *image ) {
int imgfetch ( struct image *image, const char *uri_string, int load ) {
int rc;
- printf ( "uri_string = %s\n", uri_string );
-
if ( ( rc = create_downloader ( &monojob, image,
( load ? imgfetch_autoload :
register_image ),