Skip to content

Commit ebb77e3

Browse files
committed
Remove debugger.
1 parent 12b5dc9 commit ebb77e3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/tracing/src/integrations/graphql.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
/* eslint-disable @typescript-eslint/no-unused-vars */
2-
/* eslint-disable no-console */
3-
/* eslint-disable no-debugger */
41
import { Hub } from '@sentry/hub';
52
import { EventProcessor, Integration } from '@sentry/types';
63
import { fill, isThenable, loadModule, logger } from '@sentry/utils';
@@ -25,7 +22,6 @@ export class GraphQL implements Integration {
2522
[method: string]: (...args: unknown[]) => unknown;
2623
}>(`graphql/execution/execute.js`);
2724

28-
debugger;
2925
if (!pkg) {
3026
logger.error(`GraphQL Integration was unable to require @graphql/execution package.`);
3127
return;

0 commit comments

Comments
 (0)