From 3440d834858c1b9e371304b2d230473041d20d8c Mon Sep 17 00:00:00 2001 From: 0xFirekeeper <0xFirekeeper@gmail.com> Date: Fri, 22 Mar 2024 04:09:42 +0300 Subject: [PATCH] default false debug logs --- Assets/Thirdweb/Core/Scripts/ThirdwebManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/Thirdweb/Core/Scripts/ThirdwebManager.cs b/Assets/Thirdweb/Core/Scripts/ThirdwebManager.cs index 6090317d..321deb02 100644 --- a/Assets/Thirdweb/Core/Scripts/ThirdwebManager.cs +++ b/Assets/Thirdweb/Core/Scripts/ThirdwebManager.cs @@ -34,7 +34,7 @@ public class ThirdwebManager : MonoBehaviour public bool initializeOnAwake = false; [Tooltip("Whether to show thirdweb sdk debug logs")] - public bool showDebugLogs = true; + public bool showDebugLogs = false; [Tooltip("Optional Bundle ID override for thirdweb services")] public string bundleIdOverride = null;