diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2021-05-09 23:52:39 +0200 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2021-05-09 23:52:39 +0200 |
| commit | fd3fd4ce7a67bceedc8e3fc6894617b07350fae3 (patch) | |
| tree | 4539829f076dbc6ff590b10228cb2fa5f788111b /opendc-web/opendc-web-ui/src/index.js | |
| parent | 5e3c9c7ea285ab834b5d5e6dbe6cdf16a73695fd (diff) | |
ui: Remove unnecessary print statement
Diffstat (limited to 'opendc-web/opendc-web-ui/src/index.js')
| -rw-r--r-- | opendc-web/opendc-web-ui/src/index.js | 2 |
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) { |
