mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-16 21:24:58 +00:00
refactor: Removing debug lines
This commit is contained in:
@@ -231,11 +231,6 @@ namespace ICD.Common.Utils.Collections
|
|||||||
.Where(weakKey => !weakKey.IsAlive)
|
.Where(weakKey => !weakKey.IsAlive)
|
||||||
.ToArray();
|
.ToArray();
|
||||||
|
|
||||||
IcdConsole.PrintLine("-------------------");
|
|
||||||
foreach (var item in toRemove)
|
|
||||||
IcdConsole.PrintLine("{0} - {1}", item, item.Target);
|
|
||||||
IcdConsole.PrintLine("-------------------");
|
|
||||||
|
|
||||||
m_Dictionary.RemoveAll(toRemove);
|
m_Dictionary.RemoveAll(toRemove);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user