chiark
/
gitweb
/
~ian
/
hippotat.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
513828b
)
config: filter out some debug
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sat, 24 Jul 2021 18:01:31 +0000
(19:01 +0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sat, 24 Jul 2021 18:01:31 +0000
(19:01 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
src/config.rs
patch
|
blob
|
history
diff --git
a/src/config.rs
b/src/config.rs
index 84375f554c2f12d2f78bcd248a626916c6eea395..0582e1222bd490173fea3085cccc450486591daf 100644
(file)
--- a/
src/config.rs
+++ b/
src/config.rs
@@
-220,7
+220,7
@@
impl Aggregate {
let loc = Arc::new(path_for_loc.to_owned());
for (sn, vars) in map {
- dbg!( InstanceConfig::FIELDS );// check xxx vars are in fields
+
//
dbg!( InstanceConfig::FIELDS );// check xxx vars are in fields
let sn = sn.parse().dcontext(&sn)?;
self.sections.entry(sn)