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