mirror of https://github.com/ipxe/ipxe.git
Remove debugging call to getchar()
parent
c659a54f70
commit
86d2127204
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue