aboutsummaryrefslogtreecommitdiffstats
path: root/src/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.html')
-rw-r--r--src/index.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/index.html b/src/index.html
index d86e36de9..eb42a1e8d 100644
--- a/src/index.html
+++ b/src/index.html
@@ -25,7 +25,6 @@
25 process.env.OS_PLATFORM ? process.env.OS_PLATFORM : process.platform, 25 process.env.OS_PLATFORM ? process.env.OS_PLATFORM : process.platform,
26 ); 26 );
27 27
28 require('./sentry');
29 const { isDevMode } = require('./environment-remote'); 28 const { isDevMode } = require('./environment-remote');
30 if (isDevMode) { 29 if (isDevMode) {
31 // Here we must access `debug` directly (instead of through `preload-safe-debug`), 30 // Here we must access `debug` directly (instead of through `preload-safe-debug`),