summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tool/downloader.rb3
1 files changed, 0 insertions, 3 deletions
@@ -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