Remove two debugging printf().

On behalf of:	cognet
This commit is contained in:
Maxime Henrion 2004-05-22 13:15:14 +00:00
parent d8a821e8cf
commit fc1bcbd072
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=129580

View file

@ -135,10 +135,8 @@ nexus_attach(device_t dev)
/*
* First, deal with the children we know about already
*/
printf("avant\n");
bus_generic_probe(dev);
bus_generic_attach(dev);
printf("nexus_attach\n");
return 0;
}