Skip to content

Commit 58f05fb

Browse files
committed
Removed useless console.log
1 parent 915867b commit 58f05fb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/date.test.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ test('render a date in a string when format is time as HH:mm:ss', (t) => {
9191
const output = stringify(toStringify)
9292

9393
validate(JSON.parse(output))
94-
console.log(validate.errors)
9594

9695
t.equal(output, `"${moment(toStringify).format('HH:mm:ss')}"`)
9796
t.ok(validate(JSON.parse(output)), 'valid schema')
@@ -112,7 +111,6 @@ test('verify padding for rendered date in a string when format is time', (t) =>
112111
const output = stringify(toStringify)
113112

114113
validate(JSON.parse(output))
115-
console.log(validate.errors)
116114

117115
t.equal(output, `"${moment(toStringify).format('HH:mm:ss')}"`)
118116
t.ok(validate(JSON.parse(output)), 'valid schema')

0 commit comments

Comments
 (0)