[gnome-software] trivial: Remove some left-in debugging



commit fb605750cb2b87f96c3a4517b2b3a7e91a79996b
Author: Richard Hughes <richard hughsie com>
Date:   Tue Aug 30 15:10:24 2016 +0100

    trivial: Remove some left-in debugging

 src/gs-shell-overview.c |    1 -
 src/gs-sources-dialog.c |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/gs-shell-overview.c b/src/gs-shell-overview.c
index cf37f56..42b2f58 100644
--- a/src/gs-shell-overview.c
+++ b/src/gs-shell-overview.c
@@ -661,7 +661,6 @@ g_shell_overview_get_sources_cb (GsPluginLoader *plugin_loader,
                /* depending on the new policy, add or remove the source */
                if (g_settings_get_boolean (priv->settings, "show-nonfree-software")) {
                        if (gs_app_get_state (app) == AS_APP_STATE_AVAILABLE) {
-                               g_error ("not ready yet");
                                gs_page_install_app (GS_PAGE (self), app,
                                                     priv->cancellable);
                        }
diff --git a/src/gs-sources-dialog.c b/src/gs-sources-dialog.c
index 94d0cd1..7538ff3 100644
--- a/src/gs-sources-dialog.c
+++ b/src/gs-sources-dialog.c
@@ -220,7 +220,6 @@ gs_sources_dialog_rescan_proprietary_sources (GsSourcesDialog *dialog)
                                                                   dialog);
                        }
                } else {
-                       g_error ("Don't leave me this way!");
                        if (gs_app_get_state (app) == AS_APP_STATE_INSTALLED) {
                                gs_plugin_loader_app_action_async (dialog->plugin_loader,
                                                                   app,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]