summaryrefslogtreecommitdiff
path: root/opendc-web/opendc-web-ui
diff options
context:
space:
mode:
authorFabian Mastenbroek <mail.fabianm@gmail.com>2021-05-09 23:52:39 +0200
committerFabian Mastenbroek <mail.fabianm@gmail.com>2021-05-09 23:52:39 +0200
commitfd3fd4ce7a67bceedc8e3fc6894617b07350fae3 (patch)
tree4539829f076dbc6ff590b10228cb2fa5f788111b /opendc-web/opendc-web-ui
parent5e3c9c7ea285ab834b5d5e6dbe6cdf16a73695fd (diff)
ui: Remove unnecessary print statement
Diffstat (limited to 'opendc-web/opendc-web-ui')
-rw-r--r--opendc-web/opendc-web-ui/src/index.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/opendc-web/opendc-web-ui/src/index.js b/opendc-web/opendc-web-ui/src/index.js
index 7f60098d..ae3a5ddc 100644
--- a/opendc-web/opendc-web-ui/src/index.js
+++ b/opendc-web/opendc-web-ui/src/index.js
@@ -12,8 +12,6 @@ import configureStore from './store/configure-store'
setupSocketConnection(() => {
const store = configureStore()
- console.log('test', config)
-
// Initialize Sentry if the user has configured a DSN
const dsn = config['SENTRY_DSN']
if (dsn) {