summaryrefslogtreecommitdiff
path: root/libusb/core.c
diff options
context:
space:
mode:
Diffstat (limited to 'libusb/core.c')
-rw-r--r--libusb/core.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libusb/core.c b/libusb/core.c
index f09c6cd..32811c1 100644
--- a/libusb/core.c
+++ b/libusb/core.c
@@ -706,7 +706,6 @@ int API_EXPORTED libusb_get_port_path(libusb_context *ctx, libusb_device *dev, u
// TODO: see how the other backends want to implement HCDs as parents
if (dev->port_number == 0)
break;
- usbi_dbg("another one (addy: %d)", dev->device_address);
if (--i<0) {
return LIBUSB_ERROR_OVERFLOW;
}