Remove logging
This commit is contained in:
parent
6381a3b0f8
commit
c10e9a6d3e
@ -58,9 +58,6 @@ internal static class TypeDefExtensions
|
|||||||
if (type.IsNested == parms.IsNested)
|
if (type.IsNested == parms.IsNested)
|
||||||
{
|
{
|
||||||
score.Score++;
|
score.Score++;
|
||||||
Logger.Log($"Match {type.Name}");
|
|
||||||
Logger.Log($"Match {parms.IsNested}");
|
|
||||||
Logger.Log($"type: {type.IsNested} \n");
|
|
||||||
return EMatchResult.Match;
|
return EMatchResult.Match;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -158,7 +155,6 @@ internal static class TypeDefExtensions
|
|||||||
|
|
||||||
if ((bool)!parms.IsPublic && type.IsNotPublic)
|
if ((bool)!parms.IsPublic && type.IsNotPublic)
|
||||||
{
|
{
|
||||||
Logger.Log($"Match {type.Name}");
|
|
||||||
score.Score++;
|
score.Score++;
|
||||||
|
|
||||||
return EMatchResult.Match;
|
return EMatchResult.Match;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user