]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/pipistrello-ols/protocol.c
pipistrello-ols: Disable unused trigger stages.
[libsigrok.git] / src / hardware / pipistrello-ols / protocol.c
index 750303d019eba164cb3fb608d3691a0851c96bf2..53ab5324c03c24a0400e2c405de8b37650823739 100644 (file)
@@ -428,7 +428,6 @@ SR_PRIV int p_ols_receive_data(int fd, int revents, void *cb_data)
                                num_channels++;
                        }
                }
-               sr_dbg("num_channels = %d", num_channels);
 
                /* Get a block of data. */
                bytes_read = ftdi_read_data(devc->ftdic, devc->ftdi_buf, FTDI_BUF_SIZE);