Skip to content

Commit

Permalink
Revert "errant log (flutter#15891)"
Browse files Browse the repository at this point in the history
This reverts commit 0baf796.
  • Loading branch information
NoamDev authored Feb 27, 2020
1 parent c6916ec commit feb8b75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shell/platform/fuchsia/flutter/accessibility_bridge.cc
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ void AccessibilityBridge::UpdateScreenRects(
const auto& current_transform = parent_transform * node.transform;

const auto& rect = node.rect;
FML_LOG(ERROR) << "nodeid: " << node_id;
SkScalar quad[] = {
rect.left(), rect.top(), //
rect.right(), rect.top(), //
Expand Down

0 comments on commit feb8b75

Please sign in to comment.