1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00

kill debug printf that says detach

This commit is contained in:
Warner Losh 1999-12-10 07:24:39 +00:00
parent 47c6e6e849
commit 5aa701b662
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=54385

View File

@ -217,8 +217,6 @@ ep_pccard_detach(device_t dev)
{
struct ep_softc *sc = device_get_softc(dev);
printf("detach\n");
if (sc->gone) {
device_printf(dev, "already unloaded\n");
return (0);