From b1df3c5e2279eebd2018e5c01f27a96bd93f45c8 Mon Sep 17 00:00:00 2001 From: Nate Lawson Date: Sun, 16 Nov 2003 08:41:24 +0000 Subject: [PATCH] Remove an annoying printf that somehow leaked into rev 1.21. --- usr.sbin/ancontrol/ancontrol.c | 1 - 1 file changed, 1 deletion(-) diff --git a/usr.sbin/ancontrol/ancontrol.c b/usr.sbin/ancontrol/ancontrol.c index fb22bf73aa6f..1d5d86ab476b 100644 --- a/usr.sbin/ancontrol/ancontrol.c +++ b/usr.sbin/ancontrol/ancontrol.c @@ -183,7 +183,6 @@ static void an_setval(iface, areq) err(1, "SIOCSAIRONET"); close(s); -printf("Hello %s %s %d\n",__FILE__,__FUNCTION__,__LINE__); return; }