fix: removed debug logging statements

This commit is contained in:
Notselwyn 2023-07-17 17:40:21 +02:00
parent 689e388e23
commit a21c9007ab

View file

@ -135,7 +135,6 @@ namespace SafeExamBrowser.SystemComponents
foreach (string configId in hardwareConfigSubkeys) foreach (string configId in hardwareConfigSubkeys)
{ {
logger.Info($"scanning configId: {configId}");
var hwConfigKey = $"{hwConfigParentKey}\\{configId}"; var hwConfigKey = $"{hwConfigParentKey}\\{configId}";
// collect system values for IsVirtualSystemInfo() // collect system values for IsVirtualSystemInfo()
@ -166,8 +165,6 @@ namespace SafeExamBrowser.SystemComponents
foreach (var computerIdName in computerIdNames) foreach (var computerIdName in computerIdNames)
{ {
logger.Info($"computerId: {computerIdName}");
// collect computer hardware summary (e.g. manufacturer&version&sku&...) // collect computer hardware summary (e.g. manufacturer&version&sku&...)
object computerSummary; object computerSummary;
if (!registry.TryRead(computerIdsKey, computerIdName, out computerSummary)) if (!registry.TryRead(computerIdsKey, computerIdName, out computerSummary))