Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
Abinet18 committed Sep 29, 2023
1 parent cc1d345 commit f01fbad
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkgs/instrumentations/web/page-view/test/pageView.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,7 @@ describe('PageView Instrumentation', () => {
events.setGlobalEventEmitterProvider(eventEmitterProvider);

afterEach(() => {
console.log("Running afterEach");
exporter.reset();
console.log("Records after reset: ", exporter.getFinishedLogRecords());
plugin.disable();
});

Expand Down

0 comments on commit f01fbad

Please sign in to comment.