Remove useless debug.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Edward Tomasz Napierala 2014-10-17 12:06:48 +00:00
parent 3ef05c4677
commit 5742494d29

View File

@ -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);
}
}