Skip to content

Commit

Permalink
test(definitions): remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
Pakisan committed Jun 14, 2024
1 parent 234d615 commit 06aa967
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/test-helper.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ export default class TestHelper {
;

const validationResult = validator(model);
// console.log(validator.errors);
assert(validationResult === true, `Object MUST be valid`);
}

Expand Down

0 comments on commit 06aa967

Please sign in to comment.