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

Commit aa827b54 by Sascha Depold

removed debug code

1 parent ef558774
Showing with 1 additions and 1 deletions
......@@ -492,7 +492,7 @@ describe(Support.getTestDialectTeaser("Sequelize"), function () {
it('allows me to define a callback on the result', function(done) {
this
.sequelize
.transaction(function(t) { console.log(t); t.commit() })
.transaction(function(t) { t.commit() })
.done(done)
})
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!