forked from StrafesNET/asset-tool
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
|
||||
stack.push(CompileStackInstruction::TraverseReferent(referent,blacklist));
|
||||
},
|
||||
Ok(None)=>println!("entry skipped"),
|
||||
Ok(None)=>(),
|
||||
Err(e)=>println!("error lole {e:?}"),
|
||||
}
|
||||
(stack,dom)
|
||||
|
Loading…
Reference in New Issue
Block a user