From 9ba507684659f87cfe5818e9b6a9f171475bc83a Mon Sep 17 00:00:00 2001 From: Alexandre Ratchov Date: Mon, 3 Jun 2013 13:53:37 +0200 Subject: [PATCH] drop forgotten debug printf --- libsndio/sio_alsa.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libsndio/sio_alsa.c b/libsndio/sio_alsa.c index e5f966f..4526bd6 100644 --- a/libsndio/sio_alsa.c +++ b/libsndio/sio_alsa.c @@ -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;