From 0de4304ef1c6760408c9c8bf9645dff1c926fbf9 Mon Sep 17 00:00:00 2001 From: Dominic Go Date: Fri, 27 Sep 2024 10:02:12 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=AB=20Update:=20Disable=20Logging=20in?= =?UTF-8?q?=20`ModalSheetViewControllerLifecycleNotifier`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ios/Temp/ModalSheetViewControllerLifecycleNotifier.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 };