Explorar el Código

Remove a trailing CWL.

Gert Driesen hace 8 años
padre
commit
93555c95da
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      src/Renci.SshNet/Channels/Channel.cs

+ 0 - 1
src/Renci.SshNet/Channels/Channel.cs

@@ -845,7 +845,6 @@ namespace Renci.SshNet.Channels
             if (_isDisposed)
                 return;
 
-            Console.WriteLine("IN DISPOSE");
             if (disposing)
             {
                 Close();