trivial: fu-util: remove double printed message about succesful firmware update

This commit is contained in:
Mario Limonciello 2019-10-02 20:36:10 -05:00 committed by Mario Limonciello
parent d122facc09
commit f59cc375ae

View File

@ -1900,9 +1900,6 @@ fu_util_update_by_id (FuUtilPrivate *priv, const gchar *device_id, GError **erro
rel = g_ptr_array_index (rels, 0);
if (!fu_util_update_device_with_release (priv, dev, rel, error))
return FALSE;
/* TRANSLATORS: success message where the specific device is specified */
g_print ("%s\n", _("Successfully updated device"));
fu_util_display_current_message (priv);
/* send report if we're supposed to */