Remove println

This commit is contained in:
Vincent Prouillet 2023-02-12 14:05:22 +01:00 committed by Vincent Prouillet
parent 6b461495fd
commit bc27c01024

View File

@ -146,7 +146,6 @@ impl Page {
slugify_paths(&file_path_for_slug, config.slugify.paths) slugify_paths(&file_path_for_slug, config.slugify.paths)
} }
}; };
println!("page.slug = {:?}", page.slug);
page.path = if let Some(ref p) = page.meta.path { page.path = if let Some(ref p) = page.meta.path {
let path = p.trim(); let path = p.trim();