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

Commit 3bd9044

Browse files
dnfieldfluttergithubbot
authored andcommitted
errant log (#15891)
1 parent 97c5068 commit 3bd9044

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

shell/platform/fuchsia/flutter/accessibility_bridge.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,6 @@ 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;
259258
SkScalar quad[] = {
260259
rect.left(), rect.top(), //
261260
rect.right(), rect.top(), //

0 commit comments

Comments
 (0)