Skip to content
Snippets Groups Projects
Commit 5bc44956 authored by Aaron Ogle's avatar Aaron Ogle
Browse files

removed another un-needed log

parent 40780492
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,6 @@ updateServices = -> ...@@ -4,7 +4,6 @@ updateServices = ->
timer = Meteor.setTimeout -> timer = Meteor.setTimeout ->
services = RocketChat.models.Settings.find({_id: /^(Accounts_OAuth_|Accounts_OAuth_Custom_)[a-z_-]+$/i}).fetch() services = RocketChat.models.Settings.find({_id: /^(Accounts_OAuth_|Accounts_OAuth_Custom_)[a-z_-]+$/i}).fetch()
console.log services
for service in services for service in services
console.log "Updating login service #{service._id}".blue console.log "Updating login service #{service._id}".blue
......
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