Removed exception message if everything is ok again

This commit is contained in:
Daniel Schick 2023-11-15 14:52:02 +01:00
parent fd5bd76db2
commit 980349449b

View File

@ -307,6 +307,7 @@ namespace BreCalClient
{
labelGeneralStatus.Text = $"Connection {ConnectionStatus.SUCCESSFUL}";
labelGeneralStatus.Text = $"Ok";
labelStatusBar.Text = "";
}));
}
catch (Exception ex)