1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-31 16:57:10 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=130188

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