From 91978388e21fd18d6c8fddac9f8ecb9ffd8398f2 Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Mon, 28 Nov 2005 18:06:21 +0000 Subject: Remove two lines of debugging output that accidentally snuck into the commit to fix up kvm support for netstat -m. --- usr.bin/netstat/mbuf.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'usr.bin/netstat') diff --git a/usr.bin/netstat/mbuf.c b/usr.bin/netstat/mbuf.c index 4faa18d7c3ea..825b39eaf5f3 100644 --- a/usr.bin/netstat/mbuf.c +++ b/usr.bin/netstat/mbuf.c @@ -87,14 +87,12 @@ mbpr(void *kvmd, u_long mbaddr) * and some malloc(9). */ if (live) { - printf("live\n"); if (memstat_sysctl_all(mtlp, 0) < 0) { warnx("memstat_sysctl_all: %s", memstat_strerror(memstat_mtl_geterror(mtlp))); goto out; } } else { - printf("kvm\n"); if (memstat_kvm_all(mtlp, kvmd) < 0) { error = memstat_mtl_geterror(mtlp); if (error == MEMSTAT_ERROR_KVM) -- cgit v1.3