diff --git a/sys/net/if_ethersubr.c b/sys/net/if_ethersubr.c index cb5a0399ed4..537dd1f2c6a 100644 --- a/sys/net/if_ethersubr.c +++ b/sys/net/if_ethersubr.c @@ -646,7 +646,6 @@ ether_input(struct ifnet *ifp, struct mbuf *m) * packet for us to free; sigh. */ if (bif != BDG_BCAST && bif != BDG_MCAST) { -printf("ether_input: drop bdg packet, bif %p\n", bif);/*XXX*/ m_freem(m); return; }