diff options
author | Gordon Willem Klok <gwk@cvs.openbsd.org> | 2006-10-06 23:27:55 +0000 |
---|---|---|
committer | Gordon Willem Klok <gwk@cvs.openbsd.org> | 2006-10-06 23:27:55 +0000 |
commit | ac2d335dd66ff41035a0c27f01979ae78a035f33 (patch) | |
tree | 96d254d1938ddc571b6a24f7a4fc0bada8655d35 | |
parent | cd769d2f992f7e3171915a71269f4261bbf40933 (diff) |
Remove lingering debug printf. Don't announce that mace_get was called.
-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; |