remove unnecessary print in gen_index.rb
This commit is contained in:
parent
ef66639f83
commit
0c9405b714
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user