Remove printlnt
This commit is contained in:
parent
9dca46cfd3
commit
c0090513a0
|
@ -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…
Reference in a new issue