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

errant log #15891

Merged
merged 1 commit into from
Jan 22, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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