drop forgotten debug printf

This commit is contained in:
Alexandre Ratchov 2013-06-03 13:53:37 +02:00
parent bd681ab72d
commit 9ba5076846
1 changed files with 0 additions and 1 deletions

View File

@ -934,7 +934,6 @@ sio_alsa_revents(struct sio_hdl *sh, struct pollfd *pfd)
if (hdl->events & POLLIN) {
err = snd_pcm_poll_descriptors_revents(hdl->ipcm,
pfd + nfds, hdl->infds, &r);
DPRINTF("pfd = %p, count = %d\n", pfd + nfds, hdl->infds);
if (err < 0) {
DALSA("couldn't get rec events", err);
hdl->sio.eof = 1;