Skip to content

Commit

Permalink
Remove println
Browse files Browse the repository at this point in the history
  • Loading branch information
Keats committed Feb 16, 2023
1 parent 6b46149 commit bc27c01
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/content/src/page.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit bc27c01

Please sign in to comment.