stop printing intended behaviour

This commit is contained in:
Quaternions 2024-01-25 00:58:25 -08:00
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)