X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fusb.c;h=c3c34e009b2583d59750311e3309ceb316de4ecb;hb=3393f185a5109832db68966a44b46204cc5c53c5;hp=02510caed4edca7293410788156521d35be81e61;hpb=e8cd7d602c521ded30497e20cfc2dae35c7012f1;p=libsigrok.git diff --git a/src/usb.c b/src/usb.c index 02510cae..c3c34e00 100644 --- 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.");