mirror of
https://github.com/mbilker/kbinxml-rs.git
synced 2026-04-24 23:17:15 -05:00
node: remove debug log from NodeCollection::pointer
This commit is contained in:
parent
b4962cdaa8
commit
23fbc2f81f
|
|
@ -138,10 +138,8 @@ impl NodeCollection {
|
|||
|
||||
for token in pointer {
|
||||
let target_opt = if let Some(index) = parse_index(token) {
|
||||
eprintln!("index: {}", index);
|
||||
target.children().get(index)
|
||||
} else {
|
||||
eprintln!("token: {:?}", token);
|
||||
target.children().iter().find(|ref child| {
|
||||
child.base().key().ok().and_then(|x| x).expect("key not parseable") == *token
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user