Remove logging
This commit is contained in:
parent
9b68b4e293
commit
6fae190b6e
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user