Kill some unnecessary noise.

This commit is contained in:
imp 2017-07-10 21:38:26 +00:00
parent dcb4888d96
commit 53dba50cfc

View File

@ -819,8 +819,6 @@ xpt_scanner_thread(void *dummy)
TAILQ_REMOVE(&xsoftc.ccb_scanq, &ccb->ccb_h, sim_links.tqe);
xpt_unlock_buses();
printf("xpt_scanner_thread is firing on path ");
xpt_print_path(ccb->ccb_h.path);printf("\n");
/*
* Since lock can be dropped inside and path freed
* by completion callback even before return here,