Skip to content

Commit

Permalink
Bug 1098460: remove stray log statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
mihneadb committed Aug 14, 2015
1 parent 7568225 commit 276477b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/unit/test_task_validation.js
Expand Up @@ -18,7 +18,6 @@ suite('Task validation', async function() {
};

let errors = this.validator.check(payload, PAYLOAD_SCHEMA);
console.log(errors);
assert(errors === null, 'Valid payload considered invalid.');
});

Expand Down

0 comments on commit 276477b

Please sign in to comment.