From 93555c95da668300a42989071b3621d4ad48912b Mon Sep 17 00:00:00 2001 From: Gert Driesen Date: Thu, 12 Oct 2017 22:05:37 +0200 Subject: [PATCH] Remove a trailing CWL. --- src/Renci.SshNet/Channels/Channel.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Renci.SshNet/Channels/Channel.cs b/src/Renci.SshNet/Channels/Channel.cs index 88d2d6c5..716d87db 100644 --- a/src/Renci.SshNet/Channels/Channel.cs +++ b/src/Renci.SshNet/Channels/Channel.cs @@ -845,7 +845,6 @@ namespace Renci.SshNet.Channels if (_isDisposed) return; - Console.WriteLine("IN DISPOSE"); if (disposing) { Close();