Skip to content
Snippets Groups Projects
Commit 575c6733 authored by Marcelo Schmidt's avatar Marcelo Schmidt
Browse files

Removed logs

parent 5698c31d
No related branches found
No related tags found
No related merge requests found
......@@ -2,5 +2,4 @@ RocketChat.saveRoomTopic = (rid, roomTopic) ->
unless Match.test rid, String
throw new Meteor.Error 'invalid-rid'
console.log '[function] RocketChat.saveRoomTopic'.green, rid, roomTopic
return RocketChat.models.Rooms.setTopicById(rid, roomTopic)
RocketChat.saveRoomType = (rid, roomType) ->
console.log '[function] RocketChat.saveRoomType'.green, rid, roomType
unless Match.test rid, String
throw new Meteor.Error 'invalid-rid'
......
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