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

Commit 64314edc by Mick Hansen

💄 remove logging

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