Skip to content

Commit

Permalink
Remove a debug dev config line (#18689)
Browse files Browse the repository at this point in the history
Follow-up of #18645

Release Notes:

- N/A
  • Loading branch information
SomeoneToIgnore authored Oct 3, 2024
1 parent 9cd4242 commit 1e8297a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/recent_projects/src/ssh_connections.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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};

Expand Down

0 comments on commit 1e8297a

Please sign in to comment.