From 5498c3860b7acec6eb0771167725b1c60727fccf Mon Sep 17 00:00:00 2001 From: trasz Date: Wed, 7 May 2014 07:47:29 +0000 Subject: MFC r264538: Remove useless debug. Sponsored by: The FreeBSD Foundation --- sys/dev/iscsi/iscsi.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/dev') diff --git a/sys/dev/iscsi/iscsi.c b/sys/dev/iscsi/iscsi.c index 3b75da5..785f657 100644 --- a/sys/dev/iscsi/iscsi.c +++ b/sys/dev/iscsi/iscsi.c @@ -2005,7 +2005,6 @@ iscsi_action(struct cam_sim *sim, union ccb *ccb) ISCSI_SESSION_LOCK_ASSERT(is); if (is->is_terminating) { - ISCSI_SESSION_DEBUG(is, "called during termination"); ccb->ccb_h.status = CAM_DEV_NOT_THERE; xpt_done(ccb); return; -- cgit v1.1