X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=hardware%2Fcommon%2Fserial.c;h=6cf43f987f6bdec63d9d4f86824f5f95d955c88e;hb=9116262931773877e4dd279336ebb2be8f182c05;hp=336e78ce288b52f2cb07b5b9a7f5bb5da72297b4;hpb=49aaa0bc68c1bf77cd81989c40e471fe7bd161ec;p=libsigrok.git diff --git a/hardware/common/serial.c b/hardware/common/serial.c index 336e78ce..6cf43f98 100644 --- a/hardware/common/serial.c +++ b/hardware/common/serial.c @@ -278,8 +278,6 @@ SR_PRIV int serial_read(struct sr_serial_dev_inst *serial, void *buf, #else /* Returns the number of bytes read, or -1 upon failure. */ ret = read(serial->fd, buf, count); - if (ret >= 0) - sr_spew("Read %d/%d bytes (fd %d).", ret, count, serial->fd); #endif return ret;