Преглед изворни кода

Remove un-used package import

Shane Kilkelly пре 9 година
родитељ
комит
86b5d97491
1 измењених фајлова са 0 додато и 1 уклоњено
  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
 db = mongojs(Settings.mongo.url, ['users'])
 _ = require("underscore")
-BSON = db.bson.BSON
 
 
 handleExit = () ->