Nuke a cryptic and useless diagnostic printf().
This commit is contained in:
parent
79db0f1cbf
commit
144a53875b
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user