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

Commit 64314edc by Mick Hansen

💄 remove logging

1 parent 5f3377d7
...@@ -314,12 +314,10 @@ describe(Support.getTestDialectTeaser('BelongsToMany'), function() { ...@@ -314,12 +314,10 @@ describe(Support.getTestDialectTeaser('BelongsToMany'), function() {
return Promise.join( return Promise.join(
User.findOne({ User.findOne({
where: {}, where: {},
include: [Group], include: [Group]
logging: console.log
}), }),
User.findAll({ User.findAll({
include: [Group], include: [Group]
logging: console.log
}) })
); );
}); });
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!