Ver código fonte

Remove a trailing CWL.

Gert Driesen 8 anos atrás
pai
commit
93555c95da
1 arquivos alterados com 0 adições e 1 exclusões
  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();