Remove a debug dev config line (#18689)

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

Release Notes:

- N/A
This commit is contained in:
Kirill Bulatov 2024-10-03 15:38:42 +03:00 committed by GitHub
parent 9cd42427d8
commit 1e8297a469
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -317,7 +317,6 @@ impl SshClientDelegate {
if release_channel == ReleaseChannel::Dev if release_channel == ReleaseChannel::Dev
&& platform.arch == std::env::consts::ARCH && platform.arch == std::env::consts::ARCH
&& platform.os == std::env::consts::OS && platform.os == std::env::consts::OS
&& false
{ {
use smol::process::{Command, Stdio}; use smol::process::{Command, Stdio};