From 12286b8689974197e3bd2845ebb76dd59b1c48d4 Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Thu, 26 May 2005 09:06:40 +0000 Subject: [PATCH] Remove some debugging that crept int othe last commit. --- sbin/ifconfig/ifconfig.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sbin/ifconfig/ifconfig.c b/sbin/ifconfig/ifconfig.c index 9a019b3bb5..cf6c1ddb72 100644 --- a/sbin/ifconfig/ifconfig.c +++ b/sbin/ifconfig/ifconfig.c @@ -29,7 +29,7 @@ * @(#) Copyright (c) 1983, 1993 The Regents of the University of California. All rights reserved. * @(#)ifconfig.c 8.2 (Berkeley) 2/16/94 * $FreeBSD: src/sbin/ifconfig/ifconfig.c,v 1.96 2004/02/27 06:43:14 kan Exp $ - * $DragonFly: src/sbin/ifconfig/ifconfig.c,v 1.23 2005/05/25 14:58:32 dillon Exp $ + * $DragonFly: src/sbin/ifconfig/ifconfig.c,v 1.24 2005/05/26 09:06:40 dillon Exp $ */ #include @@ -1149,7 +1149,6 @@ status(const struct afswtch *afp, int addrcount, struct sockaddr_dl *sdl, if ((s = socket(ifr.ifr_addr.sa_family, SOCK_DGRAM, 0)) < 0) err(1, "socket"); - printf("flags %08x\n", flags); printf("%s: ", name); printb("flags", flags, IFFBITS); if (ifm->ifm_data.ifi_metric) -- 2.41.0