refactor: remove leftover from rebase

This commit is contained in:
Andrew Welker
2023-02-03 13:43:14 -07:00
parent 92c722207d
commit 53d9595cb5

View File

@@ -332,7 +332,6 @@ namespace PepperDash.Core
if (Client != null)
{
IsConnecting = false;
Client.Disconnect();
Client = null;
ClientStatus = status;