fixed: removed debug output
This commit is contained in:
parent
0f694dddd8
commit
340ce2b5f3
1 changed files with 0 additions and 1 deletions
|
|
@ -152,7 +152,6 @@ impl Traverser for HtmlExport {
|
|||
if let Some(parent) = c.syntax().parent() {
|
||||
if parent.kind() == SyntaxKind::FN_REF || parent.kind() == SyntaxKind::FN_DEF {
|
||||
let label = token(&parent, SyntaxKind::FN_LABEL).unwrap();
|
||||
dbg!(&label);
|
||||
let _ = write!(&mut self.output, "id=\"footnote_{}\" ", label);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue