diff --git a/tool/downloader.rb b/tool/downloader.rb index 3a91ea0b93..89adfabd1a 100644 --- a/tool/downloader.rb +++ b/tool/downloader.rb @@ -218,9 +218,6 @@ class Downloader $stdout.puts "#{file} already exists" $stdout.flush end - if cache_save - save_cache(cache, file, name) - end return file.to_path end if dryrun