Skip to content

Commit 56058c2

Browse files
committed
disable debug logs
1 parent 2de4278 commit 56058c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Assets/ConsentManagementProvider/Scripts/wrapper/CmpDebugUtil.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ namespace ConsentManagementProviderLib
44
{
55
public static class CmpDebugUtil
66
{
7-
private static bool enableLogging = true;
8-
private static bool enableDebugging = true;
7+
private static bool enableLogging = false;
8+
private static bool enableDebugging = false;
99

1010
static CmpDebugUtil()
1111
{

0 commit comments

Comments
 (0)