diff --git a/lib/index.js b/lib/index.js index 5049584..39877bb 100644 --- a/lib/index.js +++ b/lib/index.js @@ -335,7 +335,6 @@ module.exports.compile = function (spec, _extraDefinitions) { var models = {}; _.forEach(schemas, function (schema, key) { - console.log('>>>', key, schema.obj); models[key] = mongoose.model(key, schema); });