stop printing intended behaviour

This commit is contained in:
Quaternions 2024-01-25 00:58:25 -08:00
parent 759727d4e9
commit 79544c5a4b

View File

@ -1584,7 +1584,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)