From: Michael Brown Date: Sat, 16 Apr 2005 14:42:48 +0000 (+0000) Subject: Remove debugging call to getchar() X-Git-Tag: v0.9.3~1912 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=86d2127204382be6b60b4d415d4ce274dafa6670;p=thirdparty%2Fipxe.git Remove debugging call to getchar() --- diff --git a/src/drivers/bus/isapnp.c b/src/drivers/bus/isapnp.c index 593eaffb8..cf5114faf 100644 --- a/src/drivers/bus/isapnp.c +++ b/src/drivers/bus/isapnp.c @@ -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; }