Skip to content

Commit

Permalink
Merge pull request #4622 from wix/chore/remove-redundant-error
Browse files Browse the repository at this point in the history
chore: remove leftover comment from #4621.
  • Loading branch information
asafkorem authored Oct 28, 2024
2 parents 619fe4d + 2bf6e8a commit c5f01d0
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 c5f01d0

Please sign in to comment.