diff --git a/source2/IL2PCU/Cosmos.IL2CPU/ILScanner.cs b/source2/IL2PCU/Cosmos.IL2CPU/ILScanner.cs index 7df1cb512..08721dced 100644 --- a/source2/IL2PCU/Cosmos.IL2CPU/ILScanner.cs +++ b/source2/IL2PCU/Cosmos.IL2CPU/ILScanner.cs @@ -261,10 +261,6 @@ namespace Cosmos.IL2CPU { if (xList.Key == null) { mLogWriter.WriteLine("Unspecified Source"); } else { - if (xNameMap.Contains(LogItemText(xList.Key).GetHashCode())) { - Console.WriteLine("Duplicate"); - } - xNameMap.Add(LogItemText(xList.Key).GetHashCode()); mLogWriter.WriteLine(LogItemText(xList.Key)); } if (xHref >= 0) {