Skip to content

Commit c64ac43

Browse files
committed
remove console.log in tests
1 parent 37df1b0 commit c64ac43

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

test/identity-provider.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,7 @@ describe('Identity Provider', function () {
8787
.send('spkac=' + spkac + '&webid=https%3A%2F%2Fnicola.localhost%3A3457%2Fprofile%2Fcard%23me')
8888
.expect('Content-Type', /application\/x-x509-user-cert/)
8989
.expect(200)
90-
.end(function (err, res) {
91-
console.log(res)
92-
done(err)
93-
})
90+
.end(done)
9491
})
9592
})
9693

0 commit comments

Comments
 (0)