mirror of
https://github.com/discourse/discourse-chat-integration.git
synced 2025-02-16 08:24:50 +00:00
Remove unnecessary logging.
This commit is contained in:
parent
0cdb1d6538
commit
2c9cdb2ed3
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user