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:
parent
9cd42427d8
commit
1e8297a469
1 changed files with 0 additions and 1 deletions
|
@ -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};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue