mirror of
https://github.com/discourse/discourse.git
synced 2025-06-03 19:39:30 +08:00
FIX: Removed Rails.logger
. Sigh.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user