Skip to content

Commit

Permalink
💫 Update: Disable Logging in ModalSheetViewControllerLifecycleNotifier
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicstop committed Sep 27, 2024
1 parent 38a3427 commit 0de4304
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ios/Temp/ModalSheetViewControllerLifecycleNotifier.swift
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ open class ModalSheetViewControllerLifecycleNotifier: ViewControllerLifecycleNot
// ---------------------

#if DEBUG
public static var _debugShouldLogSheetEvents = true;
public static var _debugShouldLogGesture = true;
public static var _debugShouldLogSheetEvents = false;
public static var _debugShouldLogGesture = false;
#endif
};

Expand Down

0 comments on commit 0de4304

Please sign in to comment.