]> git.proxmox.com Git - fwupd.git/commitdiff
trivial: Remove some dead comments left in after debugging
authorRichard Hughes <richard@hughsie.com>
Mon, 30 Jan 2023 14:39:49 +0000 (14:39 +0000)
committerRichard Hughes <richard@hughsie.com>
Mon, 30 Jan 2023 15:12:06 +0000 (15:12 +0000)
src/fu-engine.c

index 2fac0fcf6f5a102192a37aacebf28d5f81faae27..28e4c4a82e0eb9ca1f3f4f592d37655d15d937c6 100644 (file)
@@ -3147,11 +3147,11 @@ fu_engine_prepare(FuEngine *self,
 
        str = fu_device_to_string(device);
        g_debug("prepare -> %s", str);
-       if (!fu_engine_device_prepare(self, device, progress, flags, error)) // XXXX
+       if (!fu_engine_device_prepare(self, device, progress, flags, error))
                return FALSE;
        for (guint j = 0; j < plugins->len; j++) {
                FuPlugin *plugin_tmp = g_ptr_array_index(plugins, j);
-               if (!fu_plugin_runner_prepare(plugin_tmp, device, progress, flags, error)) // XXX
+               if (!fu_plugin_runner_prepare(plugin_tmp, device, progress, flags, error))
                        return FALSE;
        }