Skip to content

Commit

Permalink
Remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
createthis committed Aug 19, 2019
1 parent e7ebcd8 commit 283b8b7
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 @@ -630,7 +630,6 @@ exports.init = (sequelize, optionsArg) => {
}

// Revision model
console.log('revisionModel=',options.revisionModel);
const Revision = sequelize.define(
options.revisionModel,
attributes,
Expand Down

0 comments on commit 283b8b7

Please sign in to comment.