diff --git a/website/www/helpers/download_helpers.rb b/website/www/helpers/download_helpers.rb index 3937e6714..39721348e 100644 --- a/website/www/helpers/download_helpers.rb +++ b/website/www/helpers/download_helpers.rb @@ -19,7 +19,6 @@ if ENV["VAGRANT_VERSION"] response = http.request(req) response.body.split("\n").each do |line| - puts "[DEBUG] Line: #{line}" next if line !~ /\/mitchellh\/vagrant\/(.+?)'/ filename = $1.to_s $vagrant_os_mappings.each do |suffix, os| diff --git a/website/www/source/index.html.erb b/website/www/source/index.html.erb index 1a765788b..5fbc5ebb3 100644 --- a/website/www/source/index.html.erb +++ b/website/www/source/index.html.erb @@ -14,7 +14,7 @@
- +
download