diff --git a/IDE/src/ui/AutoComplete.bf b/IDE/src/ui/AutoComplete.bf index 5508562e..a829c4ad 100644 --- a/IDE/src/ui/AutoComplete.bf +++ b/IDE/src/ui/AutoComplete.bf @@ -1084,11 +1084,7 @@ namespace IDE.ui public ~this() { - //Debug.WriteLine("Autocomplete ~this {}", this); - Close(false); - - Debug.Assert(mInvokeWidget == null); } static ~this()