Skip to content

Commit feb8b75

Browse files
authored
Revert "errant log (flutter#15891)"
This reverts commit 0baf796.
1 parent c6916ec commit feb8b75

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

shell/platform/fuchsia/flutter/accessibility_bridge.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@ void AccessibilityBridge::UpdateScreenRects(
255255
const auto& current_transform = parent_transform * node.transform;
256256

257257
const auto& rect = node.rect;
258+
FML_LOG(ERROR) << "nodeid: " << node_id;
258259
SkScalar quad[] = {
259260
rect.left(), rect.top(), //
260261
rect.right(), rect.top(), //

0 commit comments

Comments
 (0)