From 92f51e6553fd9f6e5c7de8dbf81177c25c3c18f7 Mon Sep 17 00:00:00 2001 From: Carlos Polop Date: Sat, 27 Feb 2021 19:09:17 +0000 Subject: [PATCH] Update EventsInfo.cs --- winPEAS/winPEASexe/winPEAS/Checks/EventsInfo.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/winPEAS/winPEASexe/winPEAS/Checks/EventsInfo.cs b/winPEAS/winPEASexe/winPEAS/Checks/EventsInfo.cs index 1c175d7..01c8946 100644 --- a/winPEAS/winPEASexe/winPEAS/Checks/EventsInfo.cs +++ b/winPEAS/winPEASexe/winPEAS/Checks/EventsInfo.cs @@ -210,7 +210,6 @@ namespace winPEAS.Checks catch (Exception e) { Console.WriteLine(e); - throw; } } }