eradicate debugging 'puts' 💥

This commit is contained in:
Régis Hanol 2017-04-24 23:08:15 +02:00
parent 4b92835460
commit e5c29a1dde

View File

@ -9,7 +9,6 @@ class HtmlToMarkdown
def initialize(html)
@doc = Nokogiri::HTML.fragment(html)
remove_whitespaces!
puts @doc.to_html
end
def remove_whitespaces!