Skip to content

Commit 80b24f7

Browse files
authored
refactor: remove dead code (#653)
1 parent 646616d commit 80b24f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/open-next/src/adapters/logger.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { type BaseOpenNextError, isOpenNextError } from "utils/error";
1+
import { isOpenNextError } from "utils/error";
22

33
export function debug(...args: any[]) {
44
if (globalThis.openNextDebug) {

0 commit comments

Comments
 (0)