From f59cc375ae35a43e91a75a796077f8dff3df9a31 Mon Sep 17 00:00:00 2001 From: Mario Limonciello Date: Wed, 2 Oct 2019 20:36:10 -0500 Subject: [PATCH] trivial: fu-util: remove double printed message about succesful firmware update --- src/fu-util.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/fu-util.c b/src/fu-util.c index 8313c5b46..6dd36c743 100644 --- a/src/fu-util.c +++ b/src/fu-util.c @@ -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 */