[gnome-builder] plugins: remove debug code



commit 0355dc811865cbf09fdb95ae38de49e1256fddf5
Author: Christian Hergert <christian hergert me>
Date:   Tue Jun 9 17:09:25 2015 -0700

    plugins: remove debug code

 plugins/devhelp/gb-devhelp-panel.c |    2 --
 src/gb-plugins.c                   |    2 --
 2 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/plugins/devhelp/gb-devhelp-panel.c b/plugins/devhelp/gb-devhelp-panel.c
index b2d7d7a..6d70df5 100644
--- a/plugins/devhelp/gb-devhelp-panel.c
+++ b/plugins/devhelp/gb-devhelp-panel.c
@@ -63,8 +63,6 @@ gb_devhelp_panel_load (GbWorkbenchAddin *addin)
   GtkWidget *workspace;
   GtkWidget *pane;
 
-  g_print ("Loading and adding panel to workbench\n");
-
   g_assert (GB_IS_DEVHELP_PANEL (self));
 
   workspace = gb_workbench_get_workspace (self->workbench);
diff --git a/src/gb-plugins.c b/src/gb-plugins.c
index 4dd0ab2..0bb79be 100644
--- a/src/gb-plugins.c
+++ b/src/gb-plugins.c
@@ -82,8 +82,6 @@ gb_plugins_load (void)
        * TODO: Only load embedded.
        */
 
-      g_print ("Loading: %s\n", peas_plugin_info_get_module_name (plugin_info));
-
       peas_engine_load_plugin (engine, plugin_info);
     }
 }


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