]> git.alsa-project.org Git - alsa-oss.git/commitdiff
Removed forgotten debug printf
authorAbramo Bagnara <abramo@alsa-project.org>
Sun, 21 Jan 2001 17:04:15 +0000 (17:04 +0000)
committerAbramo Bagnara <abramo@alsa-project.org>
Sun, 21 Jan 2001 17:04:15 +0000 (17:04 +0000)
alsa-oss.c

index c32b5b552a7f425952a1e8d1abeb580b163034d4..e9ca8dcba01abb042c8c40d4eb140d15bc57d73a 100644 (file)
@@ -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);