Skip to content
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.

Commit

Permalink
delete unnecessary console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
fatihaydilek committed Aug 8, 2019
1 parent d2ddf47 commit 97b71f0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/integration/http.integration.test.js
Expand Up @@ -46,7 +46,6 @@ describe('HTTP integration', () => {

return Http.getError(sdk).then(() => {
const span = tracer.getRecorder().spanList[0];
console.log(span);
expect(span.operationName).toBe('httpstat.us/404');
expect(span.className).toBe('HTTP');
expect(span.domainName).toBe('API');
Expand Down Expand Up @@ -81,7 +80,6 @@ describe('HTTP integration', () => {

return Http.getError(sdk).then(() => {
const span = tracer.getRecorder().spanList[0];
console.log(span);
expect(span.operationName).toBe('httpstat.us/404');
expect(span.className).toBe('HTTP');
expect(span.domainName).toBe('API');
Expand Down

0 comments on commit 97b71f0

Please sign in to comment.