Skip to content

Commit

Permalink
Chore: Remove hard-coded compatibility log (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenHinck authored Sep 22, 2023
1 parent 3695352 commit ef2b8b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Sharphound.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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 =>
Expand Down

0 comments on commit ef2b8b3

Please sign in to comment.