Minor logging, docs and style tweaks
This commit is contained in:
parent
ccee6b2500
commit
c6f9ea667d
4 changed files with 50 additions and 29 deletions
|
|
@ -145,10 +145,7 @@ fn push(
|
|||
if let Some(node_id) = candidate.node_id()
|
||||
&& let Some(node) = graph.find_node(&node_id).node
|
||||
{
|
||||
log!("Found matching node {node:?} for anchor candidate {candidate}");
|
||||
candidate.set_node(&node);
|
||||
} else {
|
||||
log!("Could not find a matching node for anchor candidate {candidate}");
|
||||
}
|
||||
|
||||
tokens.push(Token::Anchor(Box::new(candidate.clone())));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue