Remove an annoying printf that somehow leaked into rev 1.21.

This commit is contained in:
Nate Lawson 2003-11-16 08:41:24 +00:00
parent 75504450a1
commit b1df3c5e22
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=122789

View File

@ -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;
}