diff --git a/Runtime/GuruConsent/Runtime/Script/Consent/GuruConsent.cs b/Runtime/GuruConsent/Runtime/Script/Consent/GuruConsent.cs index c7ff6af..ab9d318 100644 --- a/Runtime/GuruConsent/Runtime/Script/Consent/GuruConsent.cs +++ b/Runtime/GuruConsent/Runtime/Script/Consent/GuruConsent.cs @@ -50,9 +50,11 @@ namespace Guru /// /// /// - public static void StartConsent(Action onComplete = null, string deviceId = "", int debugGeography = -1 , string dmaMapRule = "", bool enableCountryCheck = true) + public static void StartConsent(Action onComplete = null, + string deviceId = "", int debugGeography = -1, + string dmaMapRule = "", bool enableCountryCheck = false) { - Debug.Log($"{Tag} --- GuruConsent::StartConsent - deviceId:[{deviceId}] debugGeography:[{debugGeography}] dmaMapRule:[{dmaMapRule}]"); + Debug.Log($"{Tag} --- GuruConsent::StartConsent - deviceId:[{deviceId}] debugGeography:[{debugGeography}] dmaMapRule:[{dmaMapRule}] enableCountryCheck:[{enableCountryCheck}]"); _dmaMapRule = dmaMapRule; _enableCountryCheck = enableCountryCheck; @@ -155,7 +157,3 @@ namespace Guru } } - - - -