From 92b44f0358a8f1ec67f06f1742ba442fcdbcd75d Mon Sep 17 00:00:00 2001 From: Stephen Hinck Date: Fri, 22 Sep 2023 10:10:17 -0700 Subject: [PATCH] Chore: Remove hard-coded compatibility log --- src/Sharphound.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Sharphound.cs b/src/Sharphound.cs index 3da19fa..8c35ea3 100644 --- a/src/Sharphound.cs +++ b/src/Sharphound.cs @@ -335,7 +335,6 @@ public class Program public static async Task Main(string[] args) { var logger = new BasicLogger((int)LogLevel.Information); - logger.LogInformation("This version of SharpHound is compatible with the 4.3.1 Release of BloodHound"); try { var parser = new Parser(with =>