summaryrefslogtreecommitdiff
path: root/cli/global_state.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/global_state.rs')
-rw-r--r--cli/global_state.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/global_state.rs b/cli/global_state.rs
index 90961ed62..8bd01f438 100644
--- a/cli/global_state.rs
+++ b/cli/global_state.rs
@@ -51,7 +51,6 @@ impl GlobalState {
let dir = deno_dir::DenoDir::new(custom_root)?;
let deps_cache_location = dir.root.join("deps");
let http_cache = http_cache::HttpCache::new(&deps_cache_location);
- http_cache.ensure_location()?;
let file_fetcher = SourceFileFetcher::new(
http_cache,