mirror of
https://github.com/discourse/discourse.git
synced 2025-05-21 18:12:32 +08: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