Skip to content

Commit 25fee1c

Browse files
marvinhagemeisterJoviDeCroock
authored andcommitted
Remove process.env check which broke borwsers (#2257)
1 parent 8b0aff4 commit 25fee1c

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

debug/src/index.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
import { initDebug } from './debug';
22
import { initDevTools } from './devtools';
33

4-
if (process.env.NODE_ENV === 'development') {
5-
initDebug();
6-
initDevTools();
7-
}
4+
initDebug();
5+
initDevTools();

0 commit comments

Comments
 (0)