[libpeas] Remove debug statement.



commit 70f4d35c1397cf7b6456cf6a8c3ad1d864274d45
Author: Steve Frécinaux <code istique net>
Date:   Sun Mar 6 12:53:06 2011 +0100

    Remove debug statement.

 libpeas-gtk/peas-gtk-plugin-manager-view.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/libpeas-gtk/peas-gtk-plugin-manager-view.c b/libpeas-gtk/peas-gtk-plugin-manager-view.c
index a3ad6bc..ce83295 100644
--- a/libpeas-gtk/peas-gtk-plugin-manager-view.c
+++ b/libpeas-gtk/peas-gtk-plugin-manager-view.c
@@ -282,8 +282,6 @@ name_search_cb (GtkTreeModel             *model,
   if (info == NULL)
     return FALSE;
 
-  g_print ("name_search_cb: %s", peas_plugin_info_get_name (info));
-
   normalized_string = g_utf8_normalize (peas_plugin_info_get_name (info), -1, G_NORMALIZE_ALL);
   normalized_key = g_utf8_normalize (key, -1, G_NORMALIZE_ALL);
   case_normalized_string = g_utf8_casefold (normalized_string, -1);



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