X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fdmm%2Fbm86x.c;h=3cfe586db7bdb978b4be29ddf4de8e36c5330f81;hb=3775ef8c7a582898fb297eeb6df44f9f3995dd50;hp=318d4af011c9af61d56e5253fb6e3f13259cf824;hpb=0759e2f55b5e45ff283f396c38c08eb180ba83b7;p=libsigrok.git diff --git a/src/dmm/bm86x.c b/src/dmm/bm86x.c index 318d4af0..3cfe586d 100644 --- a/src/dmm/bm86x.c +++ b/src/dmm/bm86x.c @@ -50,14 +50,6 @@ SR_PRIV int sr_brymen_bm86x_packet_request(struct sr_serial_dev_inst *serial) SR_PRIV gboolean sr_brymen_bm86x_packet_valid(const uint8_t *buf) { - GString *text; - - if (sr_log_loglevel_get() >= SR_LOG_SPEW) { - text = sr_hexdump_new(buf, BRYMEN_BM86X_PACKET_SIZE); - sr_spew("%s() checking DMM packet: %s", __func__, text->str); - sr_hexdump_free(text); - } - /* * "Model ID3" (3rd HID report, byte 3) is the only documented * fixed value, and must be 0x86. All other positions either depend