From 1e8297a469a4c922c23d6c6912d13832a4a09b4b Mon Sep 17 00:00:00 2001 From: Kirill Bulatov Date: Thu, 3 Oct 2024 15:38:42 +0300 Subject: [PATCH] Remove a debug dev config line (#18689) Follow-up of https://github.com/zed-industries/zed/pull/18645 Release Notes: - N/A --- crates/recent_projects/src/ssh_connections.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/recent_projects/src/ssh_connections.rs b/crates/recent_projects/src/ssh_connections.rs index 1aff16a4a4..d0fffc031f 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};