Remove logging

This commit is contained in:
Cj 2024-06-21 14:48:48 -04:00
parent 9b68b4e293
commit 6fae190b6e

View File

@ -97,8 +97,6 @@ internal static class TypeDefExtensions
{
if (type.BaseType.Name.Contains("Object")) { return EMatchResult.NoMatch; }
Logger.Log($"Match {type.Name} : {type.BaseType}", ConsoleColor.Red);
score.Score++;
return EMatchResult.Match;
}