ソースを参照

Remove stray CWL.

drieseng 5 年 前
コミット
8fbaa3c5bc
1 ファイル変更0 行追加2 行削除
  1. 0 2
      src/Renci.SshNet/Session.cs

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

@@ -2004,8 +2004,6 @@ namespace Renci.SshNet
                         break;
                     }
 
-                    Console.WriteLine("RECEIVED MESSAGe " + message.GetType());
-
                     // process message
                     message.Process(this);
                 }