summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
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