Nuke a cryptic and useless diagnostic printf().

This commit is contained in:
Don Lewis 2004-06-07 12:25:14 +00:00
parent 79db0f1cbf
commit 144a53875b

View File

@ -869,7 +869,6 @@ sysctl_hw_snd_vchans(SYSCTL_HANDLER_ARGS)
x = pcm_inprog(d, 1);
if (x != 1) {
printf("x: %d\n", x);
pcm_inprog(d, -1);
return EINPROGRESS;
}