Skip to content

Commit

Permalink
chore: remove leftover comment from #4621.
Browse files Browse the repository at this point in the history
  • Loading branch information
asafkorem authored Oct 28, 2024
1 parent 619fe4d commit 2bf6e8a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion detox/ios/Detox/Utilities/ViewHierarchyGenerator.swift
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ struct ViewHierarchyGenerator {

if let superview = view.superview {
let location = view.convert(view.bounds.origin, to: superview)
// todo: error
attributes["x"] = "\(toClampedInt(location.x))"
attributes["y"] = "\(toClampedInt(location.y))"
}
Expand Down

0 comments on commit 2bf6e8a

Please sign in to comment.