Remove an annoying printf that somehow leaked into rev 1.21.

This commit is contained in:
njl 2003-11-16 08:41:24 +00:00
parent e8eb429348
commit 4ebfba3818

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