diff --git a/lib/html_to_markdown.rb b/lib/html_to_markdown.rb index 820ebd02090..7cfa0d6df01 100644 --- a/lib/html_to_markdown.rb +++ b/lib/html_to_markdown.rb @@ -9,7 +9,6 @@ class HtmlToMarkdown def initialize(html) @doc = Nokogiri::HTML.fragment(html) remove_whitespaces! - puts @doc.to_html end def remove_whitespaces!