summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/dev/ep/if_ep_pccard.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/ep/if_ep_pccard.c b/sys/dev/ep/if_ep_pccard.c
index ad3749b7a081..a25eda79d3b0 100644
--- a/sys/dev/ep/if_ep_pccard.c
+++ b/sys/dev/ep/if_ep_pccard.c
@@ -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);