Remove console.log

This commit is contained in:
Tim Neutkens 2021-01-19 09:44:03 +01:00
parent e28fd50441
commit 85624d6164

View file

@ -18,10 +18,6 @@ export class ProfilingPlugin {
apply(compiler: any) { apply(compiler: any) {
// Only enabled when instrumentation is loaded // Only enabled when instrumentation is loaded
const currentSpan = tracer.getCurrentSpan() const currentSpan = tracer.getCurrentSpan()
console.log({
currentSpan,
isRecording: currentSpan?.isRecording(),
})
if (!currentSpan || !currentSpan.isRecording()) { if (!currentSpan || !currentSpan.isRecording()) {
return return
} }