From 2bf6e8a427123e02097c95f312da2f82119dfab6 Mon Sep 17 00:00:00 2001 From: Asaf Korem <55082339+asafkorem@users.noreply.github.com> Date: Mon, 28 Oct 2024 09:15:31 +0200 Subject: [PATCH] chore: remove leftover comment from #4621. --- detox/ios/Detox/Utilities/ViewHierarchyGenerator.swift | 1 - 1 file changed, 1 deletion(-) 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))" }