Skip to content

Commit

Permalink
Remove logging line
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonbukowski committed May 15, 2020
1 parent ebc851f commit 5eab4b8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/helpers-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ describe('helpers utilities', () => {
)

const fetchMap = await helpers.fetchEndpoints(requests)
console.log('fetchMap', fetchMap)
fetchMap.forEach((res, index) => {
expect(res).to.have.property('uri')
expect(res).to.have.property('response')
Expand Down

0 comments on commit 5eab4b8

Please sign in to comment.