From bc27c01024872fa518393414802fb427a818d4db Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Sun, 12 Feb 2023 14:05:22 +0100 Subject: [PATCH] Remove println --- components/content/src/page.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/components/content/src/page.rs b/components/content/src/page.rs index 911e6764..c51d05b1 100644 --- a/components/content/src/page.rs +++ b/components/content/src/page.rs @@ -146,7 +146,6 @@ impl Page { slugify_paths(&file_path_for_slug, config.slugify.paths) } }; - println!("page.slug = {:?}", page.slug); page.path = if let Some(ref p) = page.meta.path { let path = p.trim();