Changed Debug.Console methods to log all messages marked as such to log; ssh cleanup

This commit is contained in:
Heath Volmer
2018-08-31 11:50:01 -05:00
parent 7c2f4c2c24
commit 07aef1878c
5 changed files with 13 additions and 12 deletions

View File

@@ -293,8 +293,6 @@ namespace PepperDash.Core
/// </summary>
void HandleConnectionFailure()
{
if (Client != null)
Client.Disconnect();
KillStream();