FIX: Removed `Rails.logger`. Sigh.
This commit is contained in:
parent
a4605f597c
commit
659b95178a
|
@ -54,7 +54,6 @@ module UserNotificationsHelper
|
||||||
else
|
else
|
||||||
# Otherwise, try just the first paragraph.
|
# Otherwise, try just the first paragraph.
|
||||||
para = first_paragraph_from(html)
|
para = first_paragraph_from(html)
|
||||||
Rails.logger.info ">>> #{para}"
|
|
||||||
raw Sanitize.clean(para.to_s, UserNotificationsHelper.sanitize_options)
|
raw Sanitize.clean(para.to_s, UserNotificationsHelper.sanitize_options)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue