mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
eradicate debugging 'puts' 💥
This commit is contained in:
@@ -9,7 +9,6 @@ class HtmlToMarkdown
|
||||
def initialize(html)
|
||||
@doc = Nokogiri::HTML.fragment(html)
|
||||
remove_whitespaces!
|
||||
puts @doc.to_html
|
||||
end
|
||||
|
||||
def remove_whitespaces!
|
||||
|
||||
Reference in New Issue
Block a user