remove unnecessary print in gen_index.rb

This commit is contained in:
Christoffer Müller Madsen 2017-05-09 11:20:51 +02:00
parent ef66639f83
commit 0c9405b714

View File

@ -34,8 +34,6 @@ end
output = ERB.new(File.read(erb_file)).result
puts output
File.open(html_file, 'w') do |f|
f.write(output)
end