Skip to content

Commit bb2968a

Browse files
committed
Remove unused logger import
1 parent a73d3ef commit bb2968a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/browser/src/sdk.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { getCurrentHub, initAndBind, Integrations as CoreIntegrations } from '@sentry/core';
2-
import { getGlobalObject, logger, SyncPromise } from '@sentry/utils';
2+
import { getGlobalObject, SyncPromise } from '@sentry/utils';
33

44
import { BrowserOptions } from './backend';
55
import { BrowserClient } from './client';

0 commit comments

Comments
 (0)