[gnome-builder/wip/plugins] plugins: remove debug code
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/wip/plugins] plugins: remove debug code
- Date: Wed, 10 Jun 2015 00:09:30 +0000 (UTC)
commit f8520b63d6299cb52fe86c201e2a224cfd965228
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]