mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 16:33:38 +08:00
eradicate debugging 'puts' 💥
This commit is contained in:
parent
4b92835460
commit
e5c29a1dde
|
@ -9,7 +9,6 @@ class HtmlToMarkdown
|
|||
def initialize(html)
|
||||
@doc = Nokogiri::HTML.fragment(html)
|
||||
remove_whitespaces!
|
||||
puts @doc.to_html
|
||||
end
|
||||
|
||||
def remove_whitespaces!
|
||||
|
|
Loading…
Reference in New Issue
Block a user