浏览代码

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