]> sigrok.org Git - libsigrok.git/blobdiff - hardware/alsa/api.c
Rewrote the link-mso19.c into api and protocol. Still need to test and cleanup some...
[libsigrok.git] / hardware / alsa / api.c
index a757dbba75ae79547c383d300576f01ab79117d8..42f3210469a49a67c263ff534f3246ffb46691d0 100644 (file)
@@ -276,7 +276,6 @@ static int hw_dev_acquisition_start(const struct sr_dev_inst *sdi,
                sr_err("Unable to obtain poll descriptors count.");
                return SR_ERR;
        }
-       sr_spew("Obtained poll descriptor count: %d.", count);
 
        if (!(devc->ufds = g_try_malloc(count * sizeof(struct pollfd)))) {
                sr_err("Failed to malloc ufds.");