mirror of
https://github.com/zyllian/webdog.git
synced 2025-05-10 02:26:42 -07:00
remove debug print from extras
This commit is contained in:
parent
0c1bc3c63c
commit
f20c6c1fd2
1 changed files with 0 additions and 1 deletions
|
@ -14,7 +14,6 @@ impl Extra {
|
|||
pub fn handle(&self, page: String, builder: &SiteBuilder) -> eyre::Result<String> {
|
||||
match self {
|
||||
Self::Basic(template) => {
|
||||
println!("{template}");
|
||||
let content = builder.reg.render(template, &())?;
|
||||
append_to(&page, &content, "main.page")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue