diff --git a/ios/Temp/ModalSheetViewControllerLifecycleNotifier.swift b/ios/Temp/ModalSheetViewControllerLifecycleNotifier.swift index 1ff5d43b..37de1246 100644 --- a/ios/Temp/ModalSheetViewControllerLifecycleNotifier.swift +++ b/ios/Temp/ModalSheetViewControllerLifecycleNotifier.swift @@ -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 };