Parcourir la source

Remove a trailing CWL.

Gert Driesen il y a 8 ans
Parent
commit
93555c95da
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  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();