diff --git a/crates/recent_projects/src/ssh_connections.rs b/crates/recent_projects/src/ssh_connections.rs index 1aff16a4a44f71a4e86521eaaaacc0da653e2102..d0fffc031f0bff551a8d7ee4b93ac43ac9b79eeb 100644 --- a/crates/recent_projects/src/ssh_connections.rs +++ b/crates/recent_projects/src/ssh_connections.rs @@ -317,7 +317,6 @@ impl SshClientDelegate { if release_channel == ReleaseChannel::Dev && platform.arch == std::env::consts::ARCH && platform.os == std::env::consts::OS - && false { use smol::process::{Command, Stdio};