diff --git a/sys/fs/autofs/autofs.c b/sys/fs/autofs/autofs.c index 029d2548f519..6a9c0bf4a894 100644 --- a/sys/fs/autofs/autofs.c +++ b/sys/fs/autofs/autofs.c @@ -550,7 +550,6 @@ autofs_ioctl_request(struct autofs_daemon_request *adr) &autofs_softc->sc_lock); if (error != 0) { sx_xunlock(&autofs_softc->sc_lock); - AUTOFS_DEBUG("failed with error %d", error); return (error); } }