feat: improments to setting debug level from console

This commit is contained in:
Neil Dorin
2023-11-23 11:28:25 -07:00
parent 65800193bb
commit 5b2453c2cc
2 changed files with 14 additions and 2 deletions

View File

@@ -123,7 +123,7 @@ namespace PepperDash.Core.Config
else
merged.Add("global", template["global"]);
Debug.Console(2, "MERGED CONFIG RESULT: \x0d\x0a{0}", merged);
//Debug.Console(2, "MERGED CONFIG RESULT: \x0d\x0a{0}", merged);
return merged;
}