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:
bors-servo 2023-07-05 14:35:38 +02:00 committed by GitHub
commit 2d72a74b05
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;