Skip to content

Commit ef2b8b3

Browse files
authoredSep 22, 2023
Chore: Remove hard-coded compatibility log (SpecterOps#64)
1 parent 3695352 commit ef2b8b3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎src/Sharphound.cs

-1
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,6 @@ public class Program
335335
public static async Task Main(string[] args)
336336
{
337337
var logger = new BasicLogger((int)LogLevel.Information);
338-
logger.LogInformation("This version of SharpHound is compatible with the 4.3.1 Release of BloodHound");
339338
try
340339
{
341340
var parser = new Parser(with =>

0 commit comments

Comments
 (0)
Please sign in to comment.