Explorar el Código

Remove un-used package import

Shane Kilkelly hace 9 años
padre
commit
86b5d97491
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      migrations/4_update_user_features.coffee

+ 0 - 1
migrations/4_update_user_features.coffee

@@ -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 = () ->