From 9b3f1c28ebeb3d7a0b8bccbc5f98f5d11bf11555 Mon Sep 17 00:00:00 2001 From: imp Date: Sat, 31 Dec 2005 20:04:39 +0000 Subject: Remove extra debugging that crept in with the integration from p4. --- sys/dev/pccbb/pccbb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/pccbb/pccbb.c b/sys/dev/pccbb/pccbb.c index 1ec2d66..7999fb8 100644 --- a/sys/dev/pccbb/pccbb.c +++ b/sys/dev/pccbb/pccbb.c @@ -485,7 +485,7 @@ cbb_event_thread(void *arg) */ mtx_lock(&Giant); status = cbb_get(sc, CBB_SOCKET_STATE); - DPRINTF(("Status is 0x%x %x\n", status, sc->bsh)); + DPRINTF(("Status is 0x%x\n", status)); if (!CBB_CARD_PRESENT(status)) { not_a_card = 0; /* We know card type */ cbb_removal(sc); -- cgit v1.1