Skip to content

Commit 563a1d6

Browse files
removing useless logging
1 parent 1642bb9 commit 563a1d6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/application/ApplicationThunks.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -435,8 +435,6 @@ export const loadApplicationConfigThunk = () => async (dispatch: any, getState:
435435

436436
// Check if we are in standalone mode
437437
const standalone = config.standalone || urlParams.get('standalone') == 'Yes';
438-
console.log(urlParams.get('standalone'));
439-
console.log(standalone);
440438

441439
// if a dashboard database was previously set, remember to use it.
442440
const dashboardDatabase = state.application.standaloneDashboardDatabase;
@@ -494,7 +492,6 @@ export const loadApplicationConfigThunk = () => async (dispatch: any, getState:
494492
dispatch(setAboutModalOpen(false));
495493
dispatch(setConnected(false));
496494
dispatch(setWelcomeScreenOpen(false));
497-
console.log('EDDAJE');
498495
const success = await initializeSSO(state.application.cachedSSODiscoveryUrl, (credentials) => {
499496
if (standalone) {
500497
// Redirected from SSO and running in viewer mode, merge retrieved config with hardcoded credentials.

0 commit comments

Comments
 (0)