summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2011-10-28 15:45:22 -0400
committerRobert Ancell <robert.ancell@canonical.com>2011-10-28 15:45:22 -0400
commit4f1d6f12926d6c5512d0f127720b8e307c454b41 (patch)
tree7743398a3b7b0637a09937150de6c88a40c6e09a
parentac246aff8554c3ed58f4113a5a4f88d4e68f7092 (diff)
downloaddconf-4f1d6f12926d6c5512d0f127720b8e307c454b41.tar.gz
editor: Drop debugging
-rw-r--r--editor/dconf-schema.vala1
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/dconf-schema.vala b/editor/dconf-schema.vala
index 9180283..6374988 100644
--- a/editor/dconf-schema.vala
+++ b/editor/dconf-schema.vala
@@ -432,7 +432,6 @@ public class SchemaList
continue;
string path = Path.build_filename(dir, name, null);
- debug("Loading schema: %s", path);
parse_file(path);
}
}