mirror of
https://github.com/SpaceManiac/SpacemanDMM.git
synced 2025-12-23 05:36:47 +00:00
Remove slugify debug message, add 'rendering html'
This commit is contained in:
parent
28839b6efe
commit
16ebb19b5d
2 changed files with 1 additions and 1 deletions
|
|
@ -614,6 +614,7 @@ fn main2() -> Result<(), Box<dyn std::error::Error>> {
|
|||
git,
|
||||
};
|
||||
|
||||
println!("rendering html");
|
||||
{
|
||||
#[derive(Serialize)]
|
||||
struct Index<'a> {
|
||||
|
|
|
|||
|
|
@ -159,6 +159,5 @@ fn slugify(input: &str) -> String {
|
|||
}
|
||||
let len = output.trim_end_matches('-').len();
|
||||
output.truncate(len);
|
||||
eprintln!("slugify {:?} = {:?}", input, output);
|
||||
output
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue