1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-30 13:26:00 +02:00

Removed faulty assert

This commit is contained in:
Brian Fiete 2020-06-15 06:59:49 -07:00
parent f251b6e58e
commit 98d0b90789

View file

@ -1084,11 +1084,7 @@ namespace IDE.ui
public ~this() public ~this()
{ {
//Debug.WriteLine("Autocomplete ~this {}", this);
Close(false); Close(false);
Debug.Assert(mInvokeWidget == null);
} }
static ~this() static ~this()