diff options
-rw-r--r-- | sys/arch/macppc/dev/if_mc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/arch/macppc/dev/if_mc.c b/sys/arch/macppc/dev/if_mc.c index 74856c4e515..3eb5ae81f82 100644 --- a/sys/arch/macppc/dev/if_mc.c +++ b/sys/arch/macppc/dev/if_mc.c @@ -955,7 +955,6 @@ mace_read(struct mc_softc *sc, caddr_t pkt, int len) struct mbuf * mace_get(struct mc_softc *sc, caddr_t pkt, int totlen) { - printf("mace_get:\n"); struct mbuf *m; struct mbuf *top, **mp; int len; |