rm printing spec to stdout; readme++

This commit is contained in:
rskntroot
2025-02-26 01:52:44 -07:00
parent d86f660087
commit 31311ee99e
2 changed files with 95 additions and 14 deletions

View File

@@ -21,11 +21,6 @@ fn main() {
for spec in specifications {
let result = tmpls::process_templates(&spec, dbg).ok().unwrap();
verb!(
dbg,
"Compiled Spec:\n{}",
serde_json::to_string_pretty(&spec.compiled["data"]).unwrap()
);
output_rendered_configs(result, dbg)
}
}