refactor: Removing debug lines

This commit is contained in:
Chris Cameron
2018-04-11 13:09:03 -04:00
parent 416bf6414e
commit 647b67fbfc

View File

@@ -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);
}