Skip to content

Commit

Permalink
errant log (#15891)
Browse files Browse the repository at this point in the history
  • Loading branch information
dnfield authored and fluttergithubbot committed Jan 22, 2020
1 parent 97c5068 commit 3bd9044
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion shell/platform/fuchsia/flutter/accessibility_bridge.cc
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,6 @@ 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 3bd9044

Please sign in to comment.