mirror of
https://github.com/ipxe/ipxe
synced 2025-12-11 14:03:29 +03:00
Remove debugging call to getchar()
This commit is contained in:
@@ -395,9 +395,6 @@ static int isapnp_try_isolate ( void ) {
|
|||||||
/* Return number of cards found */
|
/* Return number of cards found */
|
||||||
DBG ( "ISAPnP found %d cards at read port %hx\n",
|
DBG ( "ISAPnP found %d cards at read port %hx\n",
|
||||||
isapnp_max_csn, isapnp_read_port );
|
isapnp_max_csn, isapnp_read_port );
|
||||||
|
|
||||||
getchar();
|
|
||||||
|
|
||||||
return isapnp_max_csn;
|
return isapnp_max_csn;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user