mirror of
https://github.com/discourse/discourse.git
synced 2024-11-27 09:23:43 +08:00
FIX: Removed Rails.logger
. Sigh.
This commit is contained in:
parent
a4605f597c
commit
659b95178a
|
@ -54,7 +54,6 @@ module UserNotificationsHelper
|
|||
else
|
||||
# Otherwise, try just the first paragraph.
|
||||
para = first_paragraph_from(html)
|
||||
Rails.logger.info ">>> #{para}"
|
||||
raw Sanitize.clean(para.to_s, UserNotificationsHelper.sanitize_options)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue
Block a user