[dconf/wip/reorg: 472/498] DConfChangeset: remove some debug stdout	noise
- From: Ryan Lortie <ryanl src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [dconf/wip/reorg: 472/498] DConfChangeset: remove some debug stdout	noise
 
- Date: Fri,  6 Jul 2012 18:40:02 +0000 (UTC)
 
commit 03a4f17129a00d038bece07c1afc8eac0eda33c2
Author: Ryan Lortie <desrt desrt ca>
Date:   Thu Jul 5 23:30:57 2012 -0400
    DConfChangeset: remove some debug stdout noise
 common/dconf-changeset.c |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)
---
diff --git a/common/dconf-changeset.c b/common/dconf-changeset.c
index 8434a2e..b8ba126 100644
--- a/common/dconf-changeset.c
+++ b/common/dconf-changeset.c
@@ -326,15 +326,6 @@ dconf_changeset_build_description (DConfChangeset *change)
        */
       change->values[i] = g_hash_table_lookup (change->table, change->paths[i] - prefix_length);
   }
-
-  {
-    gint i;
-
-    g_print ("Changes were described: %s\n", change->root);
-    for (i = 0; i < n_items; i++)
-      g_print ("  %s: %s\n", change->paths[i], change->values[i] ? g_variant_print (change->values[i], FALSE) : "(none)");
-    g_print ("\n");
-  }
 }
 
 guint
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]