Changed debug levels

This commit is contained in:
Andrew Welker
2020-09-09 10:29:53 -06:00
parent 54dd424b01
commit cb89bd3908
2 changed files with 8 additions and 1 deletions

View File

@@ -731,6 +731,7 @@ namespace PepperDash.Essentials
if (vcWithBranding == null) return;
Debug.Console(1, this, "Setting Codec Branding");
vcWithBranding.InitializeBranding(Key);
}