[bijiben] output: unwanted log messages



commit be226f1766981915bc0d1a90a249312f2a32349e
Author: Isaque Galdino <igaldino gmail com>
Date:   Tue May 2 23:26:08 2017 -0300

    output: unwanted log messages
    
    Bijiben was throwing some debug messages to console. Those messages were
    created using g_print, which seems to be create to help some debug
    process in the past and it was left in the code.
    
    Messages were removed from the code.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=781127

 src/bjb-controller.c       |    3 ---
 src/libbiji/biji-manager.c |    1 -
 2 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/src/bjb-controller.c b/src/bjb-controller.c
index 6accc50..4ed1a2b 100644
--- a/src/bjb-controller.c
+++ b/src/bjb-controller.c
@@ -607,11 +607,8 @@ on_manager_changed (BijiManager            *manager,
   GtkTreeIter iter;
   GtkTreeIter *p_iter = &iter;
 
-  g_print ("manager changed\n");
-
   if (group != self->priv->group)
   {
-    g_print ("no controller\n");
     g_debug ("Controller received signal for group %i while %i",
              group, self->priv->group);
     return;
diff --git a/src/libbiji/biji-manager.c b/src/libbiji/biji-manager.c
index dc7ce46..4058ede 100644
--- a/src/libbiji/biji-manager.c
+++ b/src/libbiji/biji-manager.c
@@ -118,7 +118,6 @@ on_provider_loaded_cb (BijiProvider *provider,
    * See #708458
    * There are more performant fixes but not worth it */
   biji_manager_notify_changed (manager, group, BIJI_MANAGER_MASS_CHANGE, NULL);
-  g_print ("sending the mass change\n");
 }
 
 static void


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