]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
Remove debugging call to getchar()
authorMichael Brown <mcb30@etherboot.org>
Sat, 16 Apr 2005 14:42:48 +0000 (14:42 +0000)
committerMichael Brown <mcb30@etherboot.org>
Sat, 16 Apr 2005 14:42:48 +0000 (14:42 +0000)
src/drivers/bus/isapnp.c

index 593eaffb8fec3bb46f5fcb5728e94baadad77a0c..cf5114faf0a40c4f452a378c05100b16201d4072 100644 (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;
 }