Skip to content

Commit

Permalink
remove debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
danmayer committed Jan 25, 2019
1 parent 94d3c93 commit ffcbf71
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/coverband/utils/html_formatter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ def format(result)
Dir[File.join(File.dirname(__FILE__), '../../../public/*')].each do |path|
FileUtils.cp_r(path, asset_output_path)
end
puts "mooo like a cow #{asset_output_path}"

File.open(File.join(output_path, 'index.html'), 'wb') do |file|
file.puts template('layout').result(binding)
Expand Down

0 comments on commit ffcbf71

Please sign in to comment.