Skip to content

Commit

Permalink
🛁 Cleanup: Remove Logging in ModalViewControllerLifecycleNotifier
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicstop committed Oct 2, 2024
1 parent 1ee52e5 commit 034e923
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions ios/Temp/ModalViewControllerLifecycleNotifier.swift
Original file line number Diff line number Diff line change
Expand Up @@ -168,13 +168,6 @@ extension ModalViewControllerLifecycleNotifier: ModalFocusEventNotifiable {
currentState: ModalFocusState,
nextState: ModalFocusState
) {
print(
"ModalViewControllerLifecycleNotifier.notifyForModalFocusStateChange",
"\n - instanceID", self.synthesizedStringID,
"\n - \(prevState?.rawValue ?? "N/A") -> \(currentState) -> \(nextState)",
"\n"
);

self.modalFocusEventDelegates.invoke {
$0.notifyForModalFocusStateChange(
prevState: prevState,
Expand Down

0 comments on commit 034e923

Please sign in to comment.