From fd3fd4ce7a67bceedc8e3fc6894617b07350fae3 Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Sun, 9 May 2021 23:52:39 +0200 Subject: ui: Remove unnecessary print statement --- opendc-web/opendc-web-ui/src/index.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'opendc-web/opendc-web-ui/src') 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) { -- cgit v1.2.3