瀏覽代碼

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);
                 }