Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
timneutkens committed Jan 19, 2021
1 parent e28fd50 commit 85624d6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/next/build/webpack/plugins/profiling-plugin.ts
Expand Up @@ -18,10 +18,6 @@ export class ProfilingPlugin {
apply(compiler: any) {
// Only enabled when instrumentation is loaded
const currentSpan = tracer.getCurrentSpan()
console.log({
currentSpan,
isRecording: currentSpan?.isRecording(),
})
if (!currentSpan || !currentSpan.isRecording()) {
return
}
Expand Down

0 comments on commit 85624d6

Please sign in to comment.