From 98d0b90789310383aa4b73087048f10833746891 Mon Sep 17 00:00:00 2001 From: Brian Fiete Date: Mon, 15 Jun 2020 06:59:49 -0700 Subject: [PATCH] Removed faulty assert --- IDE/src/ui/AutoComplete.bf | 4 ---- 1 file changed, 4 deletions(-) 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()