mirror of
https://github.com/ipxe/ipxe
synced 2025-12-21 04:20:17 +03:00
Removed debugging statements that should not have been checked in.
This commit is contained in:
@@ -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 ) );
|
||||
|
||||
Reference in New Issue
Block a user