Skip to content
Snippets Groups Projects
Commit 8e4b599b authored by Rodrigo Nascimento's avatar Rodrigo Nascimento
Browse files

Remove logs of stream.permissions.write

parent a1895940
No related merge requests found
@msgStream = new Meteor.Stream 'messages'
msgStream.permissions.write (eventName) ->
console.log('stream.permissions.write', this.userId);
# console.log('stream.permissions.write', this.userId);
# return eventName == 'send' && this.userId;
return false
......
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