2
0
mirror of https://github.com/xcat2/xNBA.git synced 2024-12-13 23:01:31 +00:00

Remove debugging call to getchar()

This commit is contained in:
Michael Brown 2005-04-16 14:42:48 +00:00
parent c659a54f70
commit 86d2127204

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;
}