From 538fa633e8c022dc848e2702a7b7345b501ef95c Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Thu, 1 Oct 2020 13:52:04 +0100 Subject: [PATCH] vli: Remove useless debugging line We know the flash_id as it's one of the InstanceIDs. --- plugins/vli/fu-vli-device.c | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/vli/fu-vli-device.c b/plugins/vli/fu-vli-device.c index ad1292d22..d431e294e 100644 --- a/plugins/vli/fu-vli-device.c +++ b/plugins/vli/fu-vli-device.c @@ -539,7 +539,6 @@ fu_vli_device_setup (FuDevice *device, GError **error) g_autofree gchar *devid1 = NULL; g_autofree gchar *devid2 = NULL; g_autofree gchar *flash_id = fu_vli_device_get_flash_id_str (self); - g_debug ("using flash part %s", flash_id); /* load the SPI parameters from quirks */ spi_id = g_strdup_printf ("VLI_USBHUB\\SPI_%s", flash_id);