From c0090513a06d4e80cdaefc51876501d4aba07244 Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Sun, 30 Sep 2018 23:28:08 +0200 Subject: [PATCH] Remove printlnt --- components/site/src/lib.rs | 1 - 1 file changed, 1 deletion(-) 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)?; }