Update EventsInfo.cs

This commit is contained in:
Carlos Polop
2021-02-27 19:09:17 +00:00
committed by GitHub
parent 9f5ba58f43
commit 92f51e6553

View File

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