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

remove debug console.log

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