diff --git a/components/site/src/lib.rs b/components/site/src/lib.rs index 4d3d8ba4..33406afd 100644 --- a/components/site/src/lib.rs +++ b/components/site/src/lib.rs @@ -112,7 +112,6 @@ impl Site { if theme_path.join("templates").join("robots.txt").exists() { tera_theme.add_template_file(theme_path.join("templates").join("robots.txt"), None)?; } - println!("{:?}", tera_theme.templates.keys().collect::>()); tera_theme.build_inheritance_chains()?; tera.extend(&tera_theme)?; }