mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Remove un-used package import
This commit is contained in:
parent
dad32e7adf
commit
86b5d97491
1 changed files with 0 additions and 1 deletions
|
@ -4,7 +4,6 @@ mongojs = require("mongojs")
|
||||||
ObjectId = mongojs.ObjectId
|
ObjectId = mongojs.ObjectId
|
||||||
db = mongojs(Settings.mongo.url, ['users'])
|
db = mongojs(Settings.mongo.url, ['users'])
|
||||||
_ = require("underscore")
|
_ = require("underscore")
|
||||||
BSON = db.bson.BSON
|
|
||||||
|
|
||||||
|
|
||||||
handleExit = () ->
|
handleExit = () ->
|
||||||
|
|
Loading…
Reference in a new issue