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

Commit 8fb79193 by Mick Hansen

remove console.log

1 parent def14aac
Showing with 0 additions and 1 deletions
......@@ -172,7 +172,6 @@ describe(Support.getTestDialectTeaser("DAOFactory"), function () {
expect(err).not.to.be.ok
User.create({email: 'hello@sequelize.com'}).done(function (err) {
expect(err).to.be.ok
console.log(err)
expect(err).to.be.an.instanceof(Error)
done()
})
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!