mirror of
https://github.com/discourse/discourse-chat-integration.git
synced 2025-07-04 05:02:11 +00:00
Remove unnecessary logging.
This commit is contained in:
parent
0cdb1d6538
commit
2c9cdb2ed3
@ -6,8 +6,6 @@ module DiscourseChat
|
|||||||
end
|
end
|
||||||
|
|
||||||
def self.trigger_notifications(post_id)
|
def self.trigger_notifications(post_id)
|
||||||
Rails.logger.info("Triggering chat notifications for post #{post_id}")
|
|
||||||
|
|
||||||
post = Post.find_by(id: post_id)
|
post = Post.find_by(id: post_id)
|
||||||
|
|
||||||
# Abort if the chat_user doesn't have permission to see the post
|
# Abort if the chat_user doesn't have permission to see the post
|
||||||
|
Loading…
x
Reference in New Issue
Block a user