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

Disable debug of Notifications

parent 26a310f0
No related branches found
No related tags found
No related merge requests found
RocketChat.Notifications = new class
constructor: ->
@debug = true
@debug = false
@streamAll = new Meteor.Stream 'notify-all'
@streamRoom = new Meteor.Stream 'notify-room'
@streamUser = new Meteor.Stream 'notify-user'
......
......@@ -2,7 +2,7 @@ RocketChat.Notifications = new class
constructor: ->
self = @
@debug = true
@debug = false
@streamAll = new Meteor.Stream 'notify-all'
@streamRoom = new Meteor.Stream 'notify-room'
......
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