Ver Fonte

Remove stray CWL.

drieseng há 5 anos atrás
pai
commit
8fbaa3c5bc
1 ficheiros alterados com 0 adições e 2 exclusões
  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);
                 }