diff --git a/src/channel/local/channel_shell.rs b/src/channel/local/channel_shell.rs index e759959..1000f80 100644 --- a/src/channel/local/channel_shell.rs +++ b/src/channel/local/channel_shell.rs @@ -23,7 +23,6 @@ where fn request_pty(&mut self, tv: TerminalSize) -> SshResult<()> { let tvs = tv.fetch(); - println!("tvs {:?}", tvs); let mut data = Data::new(); data.put_u8(ssh_connection_code::CHANNEL_REQUEST) .put_u32(self.server_channel_no)