diff options
Diffstat (limited to 'opendc-web/opendc-web-ui')
| -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) { |
