aboutsummaryrefslogtreecommitdiff
path: root/src/usr/imgmgmt.c
diff options
context:
space:
mode:
authorMichael Brown <mcb30@etherboot.org>2007-06-28 17:57:10 +0100
committerMichael Brown <mcb30@etherboot.org>2007-06-28 17:57:10 +0100
commite4c9c91d6ee360d744e89924b90ffc4882a9ec22 (patch)
treec38afde7872502fc8901a8535b9fd27f59005a52 /src/usr/imgmgmt.c
parent4b08f4cf0f06b3345466f7d5d7ef4c04d45ecc56 (diff)
downloadipxe-e4c9c91d6ee360d744e89924b90ffc4882a9ec22.zip
ipxe-e4c9c91d6ee360d744e89924b90ffc4882a9ec22.tar.gz
ipxe-e4c9c91d6ee360d744e89924b90ffc4882a9ec22.tar.bz2
Removed debugging statements that should not have been checked in.
Diffstat (limited to 'src/usr/imgmgmt.c')
-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 df25195..ab4897b 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 ),