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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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