Remove a debug dev config line (#18689)

Kirill Bulatov created

Follow-up of https://github.com/zed-industries/zed/pull/18645

Release Notes:

- N/A

Change summary

crates/recent_projects/src/ssh_connections.rs | 1 -
1 file changed, 1 deletion(-)

Detailed changes

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};