Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljoppi committed Oct 4, 2016
1 parent cf31f66 commit 29d5bd7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
});

Expand Down

0 comments on commit 29d5bd7

Please sign in to comment.