diff options
-rw-r--r-- | tool/downloader.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tool/downloader.rb b/tool/downloader.rb index a057271214..a1520eb6a9 100644 --- a/tool/downloader.rb +++ b/tool/downloader.rb @@ -213,9 +213,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 |