Skip to content

Commit

Permalink
fix: remove redundant require
Browse files Browse the repository at this point in the history
  • Loading branch information
sonnht-chotot committed Jun 17, 2021
1 parent a9a2401 commit c41f5ca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ const {
PerformanceObserver,
performance
} = require('perf_hooks');
const { EventEmitter } = require('stream');

const obs = new PerformanceObserver((items) => {
if (global.tracer){
Expand Down

0 comments on commit c41f5ca

Please sign in to comment.