We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2de4278 commit 56058c2Copy full SHA for 56058c2
Assets/ConsentManagementProvider/Scripts/wrapper/CmpDebugUtil.cs
@@ -4,8 +4,8 @@ namespace ConsentManagementProviderLib
4
{
5
public static class CmpDebugUtil
6
7
- private static bool enableLogging = true;
8
- private static bool enableDebugging = true;
+ private static bool enableLogging = false;
+ private static bool enableDebugging = false;
9
10
static CmpDebugUtil()
11
0 commit comments