Skip to content

Commit

Permalink
Merge pull request #83 from ianmclinden/silence-print
Browse files Browse the repository at this point in the history
Remove debug print in channel shell
  • Loading branch information
HsuJv authored Oct 24, 2023
2 parents c574c9b + 80c6ad0 commit 9f3528d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/channel/local/channel_shell.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 9f3528d

Please sign in to comment.