[gnome-software] Do not show a warning when nothing adopts an application
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software] Do not show a warning when nothing adopts an application
- Date: Wed, 18 May 2016 13:10:11 +0000 (UTC)
commit 284bdc7bf66fa117088a6732fa2006f4a8a06ed8
Author: Richard Hughes <richard hughsie com>
Date: Wed May 18 13:49:39 2016 +0100
Do not show a warning when nothing adopts an application
src/gs-plugin-loader.c | 9 ---------
1 files changed, 0 insertions(+), 9 deletions(-)
---
diff --git a/src/gs-plugin-loader.c b/src/gs-plugin-loader.c
index 6632ca3..b225d8e 100644
--- a/src/gs-plugin-loader.c
+++ b/src/gs-plugin-loader.c
@@ -414,15 +414,6 @@ gs_plugin_loader_run_refine (GsPluginLoader *plugin_loader,
}
}
- /* show a warning if nothing adopted this */
- for (l = *list; l != NULL; l = l->next) {
- app = GS_APP (l->data);
- if (gs_app_get_management_plugin (app) != NULL)
- continue;
- g_warning ("nothing adopted %s", gs_app_get_id (app));
- g_print ("%s", gs_app_to_string (app));
- }
-
/* success */
ret = TRUE;
out:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]