From: Ian Jackson Date: Sat, 24 Jul 2021 18:01:31 +0000 (+0100) Subject: config: filter out some debug X-Git-Tag: hippotat/1.0.0~466 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=614cae1d35d7f5dee9597526b1a52ba6632d3eff;p=hippotat.git config: filter out some debug Signed-off-by: Ian Jackson --- diff --git a/src/config.rs b/src/config.rs index 84375f5..0582e12 100644 --- 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)