Explorar o código

Remove stray CWL.

drieseng %!s(int64=5) %!d(string=hai) anos
pai
achega
8fbaa3c5bc
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  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);
                 }