mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-04 11:10:04 -04:00
FIX: Removed Rails.logger
. Sigh.
This commit is contained in:
parent
a4605f597c
commit
659b95178a
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue