]> sigrok.org Git - libsigrok.git/blobdiff - src/usb.c
session: Remove debug spew on I/O events
[libsigrok.git] / src / usb.c
index 02510caed4edca7293410788156521d35be81e61..c3c34e009b2583d59750311e3309ceb316de4ecb 100644 (file)
--- a/src/usb.c
+++ b/src/usb.c
@@ -134,10 +134,6 @@ static gboolean usb_source_dispatch(GSource *source,
                pollfd = g_ptr_array_index(usource->pollfds, i);
                revents |= pollfd->revents;
        }
-       if (revents != 0)
-               sr_spew("%s: revents 0x%.2X", __func__, revents);
-       else
-               sr_spew("%s: timed out", __func__);
 
        if (!callback) {
                sr_err("Callback not set, cannot dispatch event.");