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

You need to sign in or sign up before continuing.

remove debug console.log

1 parent 9fbd8eaf
Showing with 0 additions and 1 deletions
......@@ -240,7 +240,6 @@ describe(Support.getTestDialectTeaser("DaoValidator"), function() {
})
var successfulUser = UserSuccess.build({ name: succeedingValue })
successfulUser.validate().success( function() {
console.log('ARGS:', arguments);
expect(arguments).to.have.length(0)
done()
}).error(function(err) {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!