Browse Source

Removed unnecessary fprintf statement.

git-svn-id: svn+ssh://jackaudio.org/trunk/jack@117 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/0.109.0
kaiv 24 years ago
parent
commit
e3ae718a5c
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      alsa_driver.c

+ 0
- 2
alsa_driver.c View File

@@ -706,8 +706,6 @@ alsa_driver_wait (alsa_driver_t *driver, int fd, int *status)
nfds++;
}

/* fprintf(stderr, "before poll\n"); */

if (poll (driver->pfd, nfds, 1000) < 0) {
if (errno == EINTR) {
printf ("poll interrupt\n");


Loading…
Cancel
Save