Browse Source

Remove printlnt

index-subcmd
Vincent Prouillet 6 years ago
parent
commit
c0090513a0
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      components/site/src/lib.rs

+ 0
- 1
components/site/src/lib.rs View File

@@ -112,7 +112,6 @@ impl Site {
if theme_path.join("templates").join("robots.txt").exists() { if theme_path.join("templates").join("robots.txt").exists() {
tera_theme.add_template_file(theme_path.join("templates").join("robots.txt"), None)?; tera_theme.add_template_file(theme_path.join("templates").join("robots.txt"), None)?;
} }
println!("{:?}", tera_theme.templates.keys().collect::<Vec<_>>());
tera_theme.build_inheritance_chains()?; tera_theme.build_inheritance_chains()?;
tera.extend(&tera_theme)?; tera.extend(&tera_theme)?;
} }


Loading…
Cancel
Save