summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2012-07-05 23:30:57 -0400
committerRyan Lortie <desrt@desrt.ca>2012-07-06 00:19:44 -0400
commit03a4f17129a00d038bece07c1afc8eac0eda33c2 (patch)
tree3122f2620abb08d9dbbe6d0a0e8211151fa9b1fd /common
parent8330ed133c521418af9695b833697f8f48b789ff (diff)
downloaddconf-03a4f17129a00d038bece07c1afc8eac0eda33c2.tar.gz
DConfChangeset: remove some debug stdout noise
Diffstat (limited to 'common')
-rw-r--r--common/dconf-changeset.c9
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