http://git.etherboot.org
/
people
/
sha0
/
gpxe.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Removed debugging statements that should not have been checked in.
[people/sha0/gpxe.git]
/
src
/
usr
/
imgmgmt.c
diff --git
a/src/usr/imgmgmt.c
b/src/usr/imgmgmt.c
index
df25195
..
ab4897b
100644
(file)
--- 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 ),