am7xxx: remove a redundant debug message in open_device()
[libam7xxx.git] / src / am7xxx.c
index dd69fc5..74ae689 100644 (file)
@@ -720,7 +720,6 @@ static int open_device(am7xxx_context *ctx,
 
        /* the usb device has already been opened */
        if ((*dev)->usb_device) {
-               debug(ctx, "(*dev)->usb_device already set\n");
                ret = 1;
                goto out;
        }