Skip to content

Commit c094836

Browse files
Remove logs
1 parent 25f8feb commit c094836

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

packages/rocketchat-lib/client/Notifications.coffee

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ RocketChat.Notifications = new class
3737
@streamAll.on eventName, callback
3838

3939
onRoom: (room, eventName, callback) ->
40-
console.log 'onRoom'
4140
if @debug is true
4241
@streamRoom.on room, -> console.log "RocketChat.Notifications: onRoom #{room}", arguments
4342

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
Meteor.startup ->
22
RocketChat.callbacks.add 'enter-room', ->
3-
console.log 'adding tabbar'
43
RocketChat.TabBar.addButton({ id: 'starred-messages', i18nTitle: 'Starred_Messages', icon: 'icon-star', template: 'starredMessages', order: 3 })
54
, RocketChat.callbacks.priority.MEDIUM, 'enter-room-tabbar-star'

0 commit comments

Comments
 (0)