diff options
-rw-r--r-- | cli/flags.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cli/flags.rs b/cli/flags.rs index 4e314919e..897df611c 100644 --- a/cli/flags.rs +++ b/cli/flags.rs @@ -155,10 +155,6 @@ impl DenoFlags { args.push("--allow-hrtime".to_string()); } - if self.allow_env { - args.push("--allow-env".to_string()); - } - args } } |