summaryrefslogtreecommitdiff
path: root/sys/arch/macppc
diff options
context:
space:
mode:
authorGordon Willem Klok <gwk@cvs.openbsd.org>2006-10-06 23:27:55 +0000
committerGordon Willem Klok <gwk@cvs.openbsd.org>2006-10-06 23:27:55 +0000
commitac2d335dd66ff41035a0c27f01979ae78a035f33 (patch)
tree96d254d1938ddc571b6a24f7a4fc0bada8655d35 /sys/arch/macppc
parentcd769d2f992f7e3171915a71269f4261bbf40933 (diff)
Remove lingering debug printf. Don't announce that mace_get was called.
Diffstat (limited to 'sys/arch/macppc')
-rw-r--r--sys/arch/macppc/dev/if_mc.c1
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;