FIX: Removed Rails.logger. Sigh.

This commit is contained in:
Robin Ward 2014-01-22 17:09:42 -05:00
parent a4605f597c
commit 659b95178a

View File

@ -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