Skip to content

Commit

Permalink
default false debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
0xFirekeeper committed Mar 22, 2024
1 parent 7bfadd2 commit 3440d83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Thirdweb/Core/Scripts/ThirdwebManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 3440d83

Please sign in to comment.