Skip to content

Commit 5360260

Browse files
committed
remove unused imports
1 parent f703845 commit 5360260

File tree

1 file changed

+1
-2
lines changed
  • packages/sveltekit/src/server-common

1 file changed

+1
-2
lines changed

packages/sveltekit/src/server-common/utils.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
import { captureException, debug, flush, objectify } from '@sentry/core';
1+
import { captureException, objectify } from '@sentry/core';
22
import type { RequestEvent } from '@sveltejs/kit';
3-
import { DEBUG_BUILD } from '../common/debug-build';
43
import { isHttpError, isRedirect } from '../common/utils';
54

65
/**

0 commit comments

Comments
 (0)