mirror of
https://git.proxmox.com/git/fwupd
synced 2025-06-05 12:29:35 +00:00
trivial: Fix 'fwupdtool firmware-sign' by removing debugging
This commit is contained in:
parent
20a357a551
commit
6f87fc5ee3
@ -941,11 +941,6 @@ fu_cabinet_sign_enumerate_firmware(FuCabinet *self, GPtrArray *files, GError **e
|
||||
g_ptr_array_add(files, g_strdup(xb_node_get_attr(n, "filename")));
|
||||
}
|
||||
}
|
||||
g_error(
|
||||
"%s",
|
||||
xb_silo_export(silo,
|
||||
XB_NODE_EXPORT_FLAG_FORMAT_MULTILINE | XB_NODE_EXPORT_FLAG_FORMAT_INDENT,
|
||||
NULL));
|
||||
|
||||
/* success */
|
||||
return TRUE;
|
||||
|
Loading…
Reference in New Issue
Block a user