From 86d2127204382be6b60b4d415d4ce274dafa6670 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Sat, 16 Apr 2005 14:42:48 +0000 Subject: [PATCH] Remove debugging call to getchar() --- src/drivers/bus/isapnp.c | 3 --- 1 file changed, 3 deletions(-) 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; }