소스 검색

Remove CWLs.

drieseng 5 년 전
부모
커밋
7bbb7a0ca3
1개의 변경된 파일0개의 추가작업 그리고 5개의 파일을 삭제
  1. 0 5
      src/Renci.SshNet/Session.cs

+ 0 - 5
src/Renci.SshNet/Session.cs

@@ -1992,8 +1992,6 @@ namespace Renci.SshNet
                         // * a call to Disconnect()
                         // * a call to Dispose()
                         // * a SSH_MSG_DISCONNECT received from server
-
-                        Console.WriteLine("B");
                         break;
                     }
 
@@ -2002,7 +2000,6 @@ namespace Renci.SshNet
                     {
                         // connection with SSH server was closed;
                         // break out of the message loop
-                        Console.WriteLine("C");
                         break;
                     }
 
@@ -2010,8 +2007,6 @@ namespace Renci.SshNet
                     message.Process(this);
                 }
 
-                Console.WriteLine("D");
-
                 // connection with SSH server was closed or socket was disposed
                 RaiseError(CreateConnectionAbortedByServerException());
             }