Skip to content

Commit

Permalink
Remove logging from RNSScreen
Browse files Browse the repository at this point in the history
  • Loading branch information
kkafar committed Nov 28, 2023
1 parent 0bd04ad commit 8b29090
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ios/RNSScreen.mm
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ - (void)initCommonProps
#if !TARGET_OS_TV
_sheetExpandsWhenScrolledToEdge = YES;
#endif // !TARGET_OS_TV
NSLog(@"RNSScreenView alloc at %p with VC at %p", self, _controller);
}

- (UIViewController *)reactViewController
Expand Down Expand Up @@ -896,7 +895,6 @@ - (instancetype)initWithView:(UIView *)view
_initialView = (RNSScreenView *)view;
#endif
}
NSLog(@"RNSScreen created at %p", self);
return self;
}

Expand Down Expand Up @@ -1154,7 +1152,6 @@ - (void)willMoveToParentViewController:(UIViewController *)parent
_previousFirstResponder = responder;
}
}
NSLog(@"RNSScreen %p moving to parent VG: %p", self, parent);
}

- (id)findFirstResponder:(UIView *)parent
Expand Down

0 comments on commit 8b29090

Please sign in to comment.