Remove un-used package import

Esse commit está contido em:
Shane Kilkelly
2017-09-08 09:06:48 +01:00
commit 86b5d97491
-1
Ver Arquivo
@@ -4,7 +4,6 @@ mongojs = require("mongojs")
ObjectId = mongojs.ObjectId
db = mongojs(Settings.mongo.url, ['users'])
_ = require("underscore")
BSON = db.bson.BSON
handleExit = () ->