Skip to content
Snippets Groups Projects
Commit 8034fff9 authored by graywolf336's avatar graywolf336
Browse files

Remove the added console log

parent 3f2463d5
No related branches found
No related tags found
No related merge requests found
......@@ -36,6 +36,5 @@ Meteor.startup ->
if RocketChat.settings.get('Message_AllowPinningByAnyone') or RocketChat.authz.hasRole Meteor.userId(), 'admin'
return true
console.log 'UNpin-message', '---- is user the room owner', room.u?._id is Meteor.userId()
return room.u?._id is Meteor.userId()
order: 21
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment