diff --git a/sys/dev/stg/tmc18c30_subr.c b/sys/dev/stg/tmc18c30_subr.c index 152fd11bbbd..44cb319c871 100644 --- a/sys/dev/stg/tmc18c30_subr.c +++ b/sys/dev/stg/tmc18c30_subr.c @@ -168,7 +168,6 @@ stg_detach (device_t dev) struct stg_softc *sc = device_get_softc(dev); intrmask_t s; - printf("%s: unload\n",sc->sc_sclow.sl_xname); s = splcam(); scsi_low_deactivate((struct scsi_low_softc *)sc); scsi_low_dettach(&sc->sc_sclow);