From: Abramo Bagnara Date: Sun, 21 Jan 2001 17:04:15 +0000 (+0000) Subject: Removed forgotten debug printf X-Git-Tag: v1.0.3~96 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=c89f25997bb43ab671aa9d83fe315095e283b02f;p=alsa-oss.git Removed forgotten debug printf --- diff --git a/alsa-oss.c b/alsa-oss.c index c32b5b5..e9ca8dc 100644 --- a/alsa-oss.c +++ b/alsa-oss.c @@ -1056,7 +1056,6 @@ int close(int fd) int result = _close(fd); if (result < 0 || fd < 0 || fd >= open_max || !fds[fd]) return result; - printf("close %d %d\n", fd, fds[fd]->count); if (--fds[fd]->count == 0) { int err; err = ops[fds[fd]->class].close(fd);