diff --git a/detox/ios/Detox/Utilities/ViewHierarchyGenerator.swift b/detox/ios/Detox/Utilities/ViewHierarchyGenerator.swift index 68256047c6..f8d4c9f54c 100644 --- a/detox/ios/Detox/Utilities/ViewHierarchyGenerator.swift +++ b/detox/ios/Detox/Utilities/ViewHierarchyGenerator.swift @@ -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))" }