diff options
author | truckman <truckman@FreeBSD.org> | 2004-06-07 12:25:14 +0000 |
---|---|---|
committer | truckman <truckman@FreeBSD.org> | 2004-06-07 12:25:14 +0000 |
commit | c39a9d561b883c5d71eefe01f79221d80a175fe0 (patch) | |
tree | 864da815d0dfe89c14464702675f52dad0e7be8f /sys | |
parent | c66d0ff628309aafdce92bac5a283310d7f823c9 (diff) | |
download | FreeBSD-src-c39a9d561b883c5d71eefe01f79221d80a175fe0.zip FreeBSD-src-c39a9d561b883c5d71eefe01f79221d80a175fe0.tar.gz |
Nuke a cryptic and useless diagnostic printf().
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/sound/pcm/sound.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/sound/pcm/sound.c b/sys/dev/sound/pcm/sound.c index 67ba33e..f524143 100644 --- a/sys/dev/sound/pcm/sound.c +++ b/sys/dev/sound/pcm/sound.c @@ -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; } |