Remove unnecessary logging.

This commit is contained in:
Guo Xiang Tan 2017-11-09 08:27:10 +08:00
parent 0cdb1d6538
commit 2c9cdb2ed3
1 changed files with 0 additions and 2 deletions

View File

@ -6,8 +6,6 @@ module DiscourseChat
end
def self.trigger_notifications(post_id)
Rails.logger.info("Triggering chat notifications for post #{post_id}")
post = Post.find_by(id: post_id)
# Abort if the chat_user doesn't have permission to see the post