aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/jtag/drivers/jtag_usb_common.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/jtag/drivers/jtag_usb_common.c b/src/jtag/drivers/jtag_usb_common.c
index 637e6c7f..04b846ee 100644
--- a/src/jtag/drivers/jtag_usb_common.c
+++ b/src/jtag/drivers/jtag_usb_common.c
@@ -75,9 +75,6 @@ bool jtag_usb_location_equal(uint8_t dev_bus, uint8_t *port_path,
/* walked the full path, all elements match */
if (path_step == path_len && !string_lengh)
equal = true;
- else
- LOG_WARNING("excluded by device path option: %s\n",
- jtag_usb_get_location());
done:
free(loc);