summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);
}
}