summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cli/flags.rs4
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
}
}