diff --git a/src/drivers/bus/isapnp.c b/src/drivers/bus/isapnp.c index 593eaffb..cf5114fa 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; }