Explorar el Código

Remove stray CWL.

drieseng hace 5 años
padre
commit
8fbaa3c5bc
Se han modificado 1 ficheros con 0 adiciones y 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);
                 }