Remove manual garbage collection statement in debug
This commit is contained in:
parent
0f370d9bc1
commit
414b50411b
1 changed files with 0 additions and 4 deletions
|
|
@ -297,10 +297,6 @@ namespace MatterHackers.MatterControl
|
|||
|
||||
popupMenu.CreateSeparator();
|
||||
|
||||
#if DEBUG
|
||||
GC.Collect();
|
||||
#endif
|
||||
|
||||
var selectedItemType = selectedItem.GetType();
|
||||
|
||||
var menuTheme = this.MenuTheme;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue