fix: telemetry

This commit is contained in:
Nick
2019-02-02 01:17:09 -05:00
parent 3ede499732
commit 44e87cb60b
12 changed files with 400 additions and 310 deletions

View File

@@ -35,8 +35,6 @@ module.exports = {
* @param {Object} opts Options object
*/
async upgradeFromMongo (opts) {
WIKI.telemetry.sendEvent('setup', 'upgradeFromMongo')
WIKI.logger.info('Upgrading from MongoDB...')
let mongo = require('mongodb').MongoClient