david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

Remove debugging call to getchar()

This commit is contained in:
Michael Brown 2005-04-16 14:42:48 +00:00
parent c659a54f70
commit 86d2127204
1 changed files with 0 additions and 3 deletions

View File

@ -395,9 +395,6 @@ static int isapnp_try_isolate ( void ) {
/* Return number of cards found */
DBG ( "ISAPnP found %d cards at read port %hx\n",
isapnp_max_csn, isapnp_read_port );
getchar();
return isapnp_max_csn;
}