Skip to content

Commit 7b355d0

Browse files
committed
fix linting
1 parent 7a7c799 commit 7b355d0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/core/src/tracing/sentrySpan.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,6 @@ export class SentrySpan implements Span {
217217

218218
/** Emit `spanEnd` when the span is ended. */
219219
private _onSpanEnded(): void {
220-
console.log('SPAN END!', this === getRootSpan(this));
221220
const client = getClient();
222221
if (client) {
223222
client.emit('spanEnd', this);

0 commit comments

Comments
 (0)