diff --git a/src/Renci.SshNet/Session.cs b/src/Renci.SshNet/Session.cs index 49b0e78a..d619895c 100644 --- a/src/Renci.SshNet/Session.cs +++ b/src/Renci.SshNet/Session.cs @@ -2004,8 +2004,6 @@ namespace Renci.SshNet break; } - Console.WriteLine("RECEIVED MESSAGe " + message.GetType()); - // process message message.Process(this); }