Remove println
This commit is contained in:
parent
6b461495fd
commit
bc27c01024
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user