[Xfce4-commits] <xfce4-session:master> remove some unneeded debugging statements

Brian J. Tarricone noreply at xfce.org
Fri Sep 18 11:08:01 CEST 2009


Updating branch refs/heads/master
         to 916465fbe0c926a938df50710a2c8bb2fe3165f3 (commit)
       from 113d023b9b977e50836c559e86f530c2def1d668 (commit)

commit 916465fbe0c926a938df50710a2c8bb2fe3165f3
Author: Brian J. Tarricone <brian at tarricone.org>
Date:   Fri Sep 18 02:07:00 2009 -0700

    remove some unneeded debugging statements

 xfce4-session/xfsm-client.c |   12 ------------
 1 files changed, 0 insertions(+), 12 deletions(-)

diff --git a/xfce4-session/xfsm-client.c b/xfce4-session/xfsm-client.c
index 19aac18..491d013 100644
--- a/xfce4-session/xfsm-client.c
+++ b/xfce4-session/xfsm-client.c
@@ -343,8 +343,6 @@ xfsm_client_merge_properties (XfsmClient *client,
             old_discard = g_strdupv (old_discard);
         }
 
-      xfsm_verbose ("Attempting to set prop (%s)\n", props[n]->name);
-
       if (xfsm_properties_set_from_smprop (properties, props[n]))
         {
           if (old_discard)
@@ -490,8 +488,6 @@ xfsm_client_properties_tree_foreach (gpointer key,
   GValue      *prop_value = value;
   GHashTable  *hash_table = data;
 
-  xfsm_verbose ("  -> (%s)\n", prop_name);
-
   g_hash_table_insert (hash_table, prop_name, prop_value);
 
   return FALSE;
@@ -511,16 +507,12 @@ xfsm_client_dbus_get_all_sm_properties (XfsmClient *client,
       return FALSE;
     }
 
-  xfsm_verbose ("DBus: getting all properties\n");
-
   *OUT_properties = g_hash_table_new_full (g_str_hash, g_str_equal,
                                            NULL, NULL);
   g_tree_foreach (properties->sm_properties,
                   xfsm_client_properties_tree_foreach,
                   *OUT_properties);
 
-  xfsm_verbose ("DBus: done\n");
-
   return TRUE;
 }
 
@@ -580,13 +572,9 @@ xfsm_client_dbus_set_sm_properties (XfsmClient *client,
       return FALSE;
     }
 
-  xfsm_verbose ("DBus: setting properties\n");
-
   g_hash_table_foreach (properties, xfsm_client_dbus_merge_properties_ht,
                         client->properties);
 
-  xfsm_verbose ("DBus: done\n");
-
   return TRUE;
 }
 



More information about the Xfce4-commits mailing list