Remove manual garbage collection statement in debug

This commit is contained in:
John Lewin 2019-01-14 18:34:09 -08:00
parent 0f370d9bc1
commit 414b50411b

View file

@ -297,10 +297,6 @@ namespace MatterHackers.MatterControl
popupMenu.CreateSeparator();
#if DEBUG
GC.Collect();
#endif
var selectedItemType = selectedItem.GetType();
var menuTheme = this.MenuTheme;