不要怂,就是干,撸起袖子干!

Commit a3c33db0 by sdepold

disable logging in test

1 parent 79c6ac40
Showing with 1 additions and 1 deletions
...@@ -3,7 +3,7 @@ if (typeof require === 'function') { ...@@ -3,7 +3,7 @@ if (typeof require === 'function') {
, Sequelize = require("../../index") , Sequelize = require("../../index")
, config = require("../config/config") , config = require("../config/config")
, sequelize = new Sequelize(config.database, config.username, config.password, { , sequelize = new Sequelize(config.database, config.username, config.password, {
logging: true logging: false
}) })
} }
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!