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