removed another un-needed log

pull/1005/head
Aaron Ogle 10 years ago
parent 40780492fc
commit 5bc44956dc
  1. 1
      packages/rocketchat-lib/settings/server/updateServices.coffee

@ -4,7 +4,6 @@ updateServices = ->
timer = Meteor.setTimeout ->
services = RocketChat.models.Settings.find({_id: /^(Accounts_OAuth_|Accounts_OAuth_Custom_)[a-z_-]+$/i}).fetch()
console.log services
for service in services
console.log "Updating login service #{service._id}".blue

Loading…
Cancel
Save