rtiow: squelch kdtree log spam.
This commit is contained in:
parent
2c490b7e83
commit
ef737c6df9
@ -104,8 +104,8 @@ impl KDTree {
|
|||||||
}),
|
}),
|
||||||
_ => panic!("Unreachable"),
|
_ => panic!("Unreachable"),
|
||||||
};
|
};
|
||||||
info!("left_half {:?}", left_half);
|
//info!("left_half {:?}", left_half);
|
||||||
info!("right_half {:?}", right_half);
|
//info!("right_half {:?}", right_half);
|
||||||
if left_half.is_empty() {
|
if left_half.is_empty() {
|
||||||
return KDTree::Leaf(Box::new(HitableList::new(right_half)));
|
return KDTree::Leaf(Box::new(HitableList::new(right_half)));
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user