mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Auto merge of #29971 - mrobinson:correct-webrender-vendor, r=atbrakhi
Remove some debugging code in vendored WebRender This slipped in when importing the source code. <!-- Please describe your changes on the following line: --> --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: --> - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes do not require tests because they don't really change observable behavior. <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
This commit is contained in:
commit
2d72a74b05
1 changed files with 0 additions and 1 deletions
|
@ -464,7 +464,6 @@ impl HitTester {
|
|||
let mut point_in_viewport = None;
|
||||
|
||||
// For each hit test primitive
|
||||
println!("WR: Hit test against {}", self.scene.items.len());
|
||||
for item in self.scene.items.iter().rev() {
|
||||
let scroll_node = &self.spatial_nodes[item.spatial_node_index.0 as usize];
|
||||
let pipeline_id = scroll_node.pipeline_id;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue