Skip to content

Commit 2f542f6

Browse files
committed
remove unused imports
1 parent bd3633b commit 2f542f6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/utils/src/node.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
* you must either a) use `console.log` rather than the logger, or b) put your function elsewhere.
44
*/
55

6-
import { DEBUG_BUILD } from './debug-build';
76
import { isBrowserBundle } from './env';
8-
import { logger } from './logger';
97

108
/**
119
* Checks whether we're in the Node.js or Browser environment

0 commit comments

Comments
 (0)