Skip to content

Commit

Permalink
rm experimental mention
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Dec 13, 2023
1 parent 89b2e61 commit 8626524
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/config/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,6 @@ impl Config {

let (env, env_sources) = load_env(&config_files);

if !settings.experimental && env::RTX_ENV.is_some() {
warn!("RTX_ENV is set but RTX_EXPERIMENTAL is not. Ignoring RTX_ENV.");
}

let config = Self {
env,
env_sources,
Expand Down

0 comments on commit 8626524

Please sign in to comment.