mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-04-12 03:57:32 +00:00
refactor: Removing debug lines
This commit is contained in:
parent
416bf6414e
commit
647b67fbfc
1 changed files with 0 additions and 5 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue