diff --git a/src/config.js b/src/config.js index f21f38de6..8385e7ead 100644 --- a/src/config.js +++ b/src/config.js @@ -20,7 +20,6 @@ OHIF.user.getAccessToken = () => { // TODO: Get the Redux store from somewhere else const state = window.store.getState() if (!state.oidc || !state.oidc.user) { - console.warn('failed to grab access token') return }