- updated EventsInfo.cs - removed throw

This commit is contained in:
makikvues 2021-02-27 20:10:50 +01:00
parent 3cbf6cc43d
commit 5877659e57

View File

@ -210,7 +210,6 @@ namespace winPEAS.Checks
catch (Exception e)
{
Console.WriteLine(e);
throw;
}
}
}