Skip to content

Commit a399579

Browse files
remove not required comment
1 parent c2131ed commit a399579

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Sources/Sentry/SentryUIViewControllerSwizzlingHelper.m

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,8 +250,6 @@ + (void)swizzleViewLayoutSubViews:(Class)class
250250
+ (void)stop
251251
{
252252
_tracker = nil;
253-
// Clearing the delegate makes the base-init funnel replacements pure pass-throughs (call
254-
// original, return) — the same no-op-when-nil pattern the lifecycle swizzles use with _tracker.
255253
_initSwizzlingDelegate = nil;
256254
# if SENTRY_TEST || SENTRY_TEST_CI
257255
[self unswizzle];

0 commit comments

Comments
 (0)