Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 1c76486

Browse files
authored
[Impeller] Remove debug print statement from EntityPass (#42055)
Oopsies.
1 parent 86e5f77 commit 1c76486

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

impeller/entity/entity_pass.cc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -481,9 +481,6 @@ EntityPass::EntityResult EntityPass::GetEntityForElement(
481481
return EntityPass::EntityResult::Failure();
482482
}
483483

484-
FML_LOG(ERROR) << "Origin: " << subpass_coverage->origin
485-
<< " Size: " << subpass_coverage->size;
486-
487484
// Stencil textures aren't shared between EntityPasses (as much of the
488485
// time they are transient).
489486
if (!subpass->OnRender(renderer, // renderer

0 commit comments

Comments
 (0)