Skip to content

Commit e97c467

Browse files
committed
Remove console.log
1 parent af36ec3 commit e97c467

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

test/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ test('scrud actions are handled as expected', async (assert) => {
2727
let s = await axios({method: 'GET', url: `${base}${sParams}`})
2828
assert.is(s.headers.scrud, 'member:search')
2929
let c = await axios({method: 'POST', url: `${base}`, data: postBody})
30-
console.log(c.data)
3130
assert.is(c.headers.scrud, 'member:create')
3231
let r = await axios({method: 'GET', url: `${base}/1`})
3332
assert.is(r.headers.scrud, 'member:read')

0 commit comments

Comments
 (0)