Remove logging

This commit is contained in:
Cj 2024-06-15 21:05:40 -04:00
parent 5a97aca1cf
commit 09ac7d5196

View File

@ -216,7 +216,6 @@ public class ReCodeItAutoMapper
if (pair.IsInterface)
{
Logger.Log($"INTERFACE");
pair.Name = string.Concat("I", pair.Name.AsSpan(0));
}