stop printing intended behaviour
This commit is contained in:
parent
b55750632c
commit
684b0aae0c
@ -1583,7 +1583,7 @@ async fn compile(config:CompileConfig)->AResult<()>{
|
||||
//new children need to be traversed
|
||||
stack.push(CompileStackInstruction::TraverseReferent(referent,blacklist));
|
||||
},
|
||||
Ok(None)=>println!("entry skipped"),
|
||||
Ok(None)=>(),
|
||||
Err(e)=>println!("error lole {e:?}"),
|
||||
}
|
||||
(stack,dom)
|
||||
|
Loading…
x
Reference in New Issue
Block a user