Skip to content

Commit 7bbb7a0

Browse files
committed
Remove CWLs.
1 parent c5b487c commit 7bbb7a0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/Renci.SshNet/Session.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1992,8 +1992,6 @@ private void MessageListener()
19921992
// * a call to Disconnect()
19931993
// * a call to Dispose()
19941994
// * a SSH_MSG_DISCONNECT received from server
1995-
1996-
Console.WriteLine("B");
19971995
break;
19981996
}
19991997

@@ -2002,16 +2000,13 @@ private void MessageListener()
20022000
{
20032001
// connection with SSH server was closed;
20042002
// break out of the message loop
2005-
Console.WriteLine("C");
20062003
break;
20072004
}
20082005

20092006
// process message
20102007
message.Process(this);
20112008
}
20122009

2013-
Console.WriteLine("D");
2014-
20152010
// connection with SSH server was closed or socket was disposed
20162011
RaiseError(CreateConnectionAbortedByServerException());
20172012
}

0 commit comments

Comments
 (0)